搜索资源列表
yiqunsuanfa
- 蚁群算法解决单目标函数优化问题。并通过作图的形式直观看出形象。-The ant colony algorithm to solve the single objective function optimization problem. And seen the image of the form of mapping intuitive.
POS
- 基本粒子群算法,可以用于单目标优化上,可以解决的多类NPhard问题-basic particle swarm optimization
PSO-MC
- PSO算法和蒙塔卡洛算法的混合算法,求解非线性方程组。单目标优化问题-Hybrid algorithm of PSO and Monta Carlo algorithms for solving nonlinear equations. Single-objective optimization problem
PSO
- PSO源代码,求解单目标优化问题,本代码用于求解非线性方程组问题-PSO source code
pso-fd
- PSO算法和最速下降法混合算法,求解单目标优化问题,测试函数是非线性方程组,解决MinF(x)的问题。-PSO algorithm and steepest descent method hybrid algorithm for solving single-objective optimization problem, the test function is non-linear equations, solving MinF (x) of the problem.
44
- 在实际工程优化问题中,多数问题是多目标优化问题。相对于单目标优化问题,多目标优化问题的显著特点是优化各个目标使其同时达到综合的最优值。然而,由于多目标优化问题的各个目标之间往往是相互冲突的,在满足其中一个目标最优的同时,其他的目标往往可能会受其影响而变得很差。因此,一般适用于单目标问题的方法难以用于多目标问题的求解。多目标优化问题很早就引起了人们的重视,现已经发展出多种求解多目标优化问题的方法。多目标优化问题求解中的最重要概念是非劣解和非劣解集,两者的定义如下。 非劣解(noninferi