wsggod's Stars
intelligent-machine-learning/dlrover
DLRover: An Automatic Distributed Deep Learning System
mermaid-js/mermaid
Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
syan-cn/Constrained-NSGA-II
A Python code of constrained NSGA-II
baopng/NSGA-II
Implementation of NSGA-II algorithm in form of a python library.
haris989/NSGA-II
This is a python implementation of NSGA-II algorithm. NSGA is a popular non-domination based genetic algorithm for multi-objective optimization. It is a very effective algorithm but has been generally criticized for its computational complexity, lack of elitism and for choosing the optimal parameter value for sharing parameter σshare. A modified version, NSGA II was developed, which has a better sorting algorithm , incorporates elitism and no sharing parameter needs to be chosen a priori.
amirmasoudabdol/nsga2
Refactored NSGA2, Non-dominated sorting genetic algorithm, implementation in C based on the code written by Dr. Kalyanmoy Deb.
dojeda/nsga2-cpp
NSGA-II Implementation in C++
onclave/NSGA-II
an implementation of NSGA-II in java
Philomon/SpringBoot-Mall
SpringBoot商城系统Demo,主要功能:提供了商城系统的后端Api,不包含前端页面,体现了前后端解耦分离的**。实现了商品,购物车,订单系统,单点登录系统等4个功能模块
sqmax/springboot-project
这是一个用SpringBoot+JPA打造的基于微信服务号平台的点餐系统的后端,前端是一个使用Vue.js构建的运行于微信公众号的WebApp。前后端完全分离,前后端之间通过RESTful风格的接口相连。
5kywa1ker/mall
基于SpringBoot的网上商城