搜索资源列表
suijifa_zuiyouzhenrongwenti11
- 最佳阵容问题 约束条件非常复杂 优化问题 暴力搜索-a matlab example
GA
- 遗传算法在求解多约束条件下的组合优化问题有独特优势,本代码是关于用遗传算法解决智能组卷问题的好例子。-Of genetic algorithm in solving the multi-constrained optimization problem under the condition of a unique combination of advantages, this code is on the use of genetic algorithm to solve the problem
jdyhff
- 经典最优化方法最优化方法是一门古老而又年青的学科。这门学科的源头可以追溯到17世纪法国数学家拉格朗日关于一个函数在一组等式约束条件下的极值问题(求解多元函数极值的Lagrange乘数法)。-Classical optimization methods optimization method is an old and young subjects. The source of this discipline can be traced back to 17th century French ma
Decode
- 有能力约束车辆路径问题混合量子进化算法编码-Vehicle routing problem with capacity constraints coded quantum evolutionary algorithm
n-queen
- 解决n皇后问题 利用回溯算法 n后问题等于在n×n格的棋盘上放置n个皇后,任何2个皇后不放在同一行或同一列或同一斜线上。即规定每一列放一个皇后,不会造成列上的冲突;当第i行被某个皇后占领后,则同一行上的所有空格都不能再放皇后,要把以i为下标的标记置为被占领状态。用回溯法解n后问题,用完全n叉树表示解空间。可行性约束Place剪去不满足行,列和斜线约束的子树。从根节点出发搜索解空间树。算法搜索至空间树的任何一结点时,先判断该点是否包含问题的解。如果肯定不包含,则跳过对以该结点为根的子树的搜索,
ZY_3_1
- 自己用java编写额优化设计基于单纯行法的求解,用于求解无约束问题的最优解-The optimal solution of Java is used to solve the optimal solution without constraints.
PGD
- 此代码实现投影梯度下降算法,采用wolfe不精确搜索,问题约束假定为非负约束-the code implements the PGD algorithm, it takes the wolfe search and has the non-negative limits