搜索资源列表
MCMC11
- 基于单目标优化的车载物流分配等 可通过更改优化目标和约束条件 来求解实际问题 使用蒙特卡洛方法求解整数解-Based on the integer programming of single objective optimization of vehicle logistics program
jMetal-CPP-version
- 外国人写的基于C++的单目标和多目标优化源程序jMetal 4.5最新版的C++源程序,包括NSGA-II\SPEA2\MOPSO,以及单目标优化算法-粒子群PSO、差分进化DE等。-C++ version of jMetal 4.5
smoof--OptimizationTestFunctions
- 单目标及多目标优化方法函数,附有说明文档:Single and Multi-Objective Optimization Test Functions-Single-target and multi-objective optimization method functions with a descr iption of the document: Single and Multi-Objective Optimization Test Functions
MABCPtestfunction
- MABC代码,为解决单目标优化问题,测试函数包括在其中-MABC code, for solving single objective optimization problem
jMetalPy-master-python
- 用Python语言写的多目标进化算法库(2017年最新版本),包含常见的多目标进化算法以及当前最新文献中的最新算法,能够实现不同算法之间的性能比较(包含常见的GD, IGD, HV等评价指标自动生成)。可以供进化计算、多目标优化、单目标优化算法的学习参考。Python语言版本简单易懂,实用性强。(Library of multi-objective evolutionary algorithm written in Python language (the latest version in 2