搜索资源列表
GA_01Knap
- 用遗传算法解决背包问题,可以求最优解,也可以自己设定次数-using genetic algorithms to solve knapsack problem, the optimal solution can help, can set its own number
0-1beibao
- 0-1背包问题,采用了求最优解和求最优值,分别用递归和回代来实现.-0-1 knapsack problem using the optimal solution for the optimal value and demand, and to use recursive generation to achieve.
3
- 这是用LINGO编的求最优解线性规划问题的源码
GA
- 遗传算法用C++实现的源代码,用来求最优解得问题-GA
zuisu
- 用于以最速下降法求解最值,可应用在机械优化设计最优解的求取-For the steepest descent method to solve the most value can be applied to optimize the mechanical design of the optimal solution of the strike
beibao
- 一个基于c++环境利用背包法求最优解的算法,-Based on c++ environment using the optimal solution method backpack algorithms,
fenzhidingjie
- 运筹学中利用MATLAB实现分支定界算法的实现,其中求最优解利用linprog函数实现
ResolveOptmizationProblemswithconjugategradientmet
- 压缩包中有两个程序代码,一个是共轭梯度法求最优解,一维搜索用的是不精确搜索法,另一个是从键盘输入方程表达式的程序代码-There are two compression package code, a conjugate gradient method for optimal solution, one-dimensional search using a search method inaccurate, and the other is from the keyboard input cod
define_the_latter_table.txt
- 根据贪心算法,来求解最小生成树; 这种情况,可能求不不全局最优解,但是,可以求出当前情况下的最优解;-According to greedy algorithm to solve the minimum spanning tree this situation, it may not seek the global optimal solution is not, however, you can find the optimal solution under the current si
travel
- 旅游路径检索,运用一点数据结构中的最短路径求最优解的算法,进行调用-Travel the path search, the use of the data structure that seek optimal solutions of the shortest path algorithm, a call
AutomatedNegotiatioDecisionModelasedonMachineLearn
- 模型利用协商历史中隐含的信息自动对数据进行标注以形成训练样本,用最小二乘支持向量回 归机学习此样本得到对手效用函数的估计,然后结合自己和对手的效用函数构成一个约束优化问题,用遗传算法求 解此优化问题,得到的最优解就是己方的反建议.实验结果表明,在信息保密和没有先验知识的条件下,此模型仍然 表现出较高的效率和效用-The proposed model labels the negotiation history data automatically by making full use
TheAnalyticalSolutionofTPBVP
- 在最优控制、变分法、微分方程等学科中常遇到两点边值问题( TPBVP ),徒手求取解析 解比较繁;MATLAB 的符号数学工具箱却又仅限于解一点边值问题。本示例阐述如何用符 号数学工具箱解 TPBVP。-In optimal control,variational calculus and differential equation frequently encountered two-point boundary value problems(TPBVP).Free-hand to g
RussiorRobot
- 机器人算法程序 输入文件:.\LegendCode.txt 输出文件:.\OutPut.txt 设计思路: 用各个横条(方块2)将输入方块序列划分成若干组。如果一个组内方块书太多(超出20),则在其中 寻找方块4或方块5,将大组细分,知道满足每组小于20个方块。 在每一个组内求最优解,力求加上最后的放块2或方块4、5,可以达到最大的消行数。其具体实现方法 如下: 1.求即将出现的方块在方块池中几个比较吻合的位置。 2.把各个备选位置存入决策
SGAPublic
- 基于遗传算法求最优解的有用程序语言 方便校演程序结果文件-Optimal solution based on genetic algorithms to facilitate a useful programming language school speech program results file
stone
- 经典的石子划分问题,不同质量和数量的石子进行划分,以求最优解-Classic stone division, different quality and quantity of stones to be divided, with a view to the optimal solution
New_BFGSsp
- 近代优化方法利用C++编写的BFGS求最优解的程序, 非常有价值-The use of modern optimization methods written in C++ BFGS procedure, the optimal solution is very valuable
1909wanquanbeibao
- acm编程题目,完全背包问题(即求最优解),包括算法思想和源程序-acm programming topics, complete knapsack problem (that is, the optimal solution), including algorithms and source ideas
4.遗传算法求解最优解最大值项目
- genmain05为运行程序,其余为功能函数,应该将这些文件都放在目录中, 才能正确执行genmain05。本程序可以实现遗传变异求函数最优解,最大值或最小值(Genetic algorithm for maximum value)
程序
- 利用遗传算法求解出微电网博弈论每种策略下最优解(Using genetic algorithm to solve the optimal solution of microgrid game theory under each strategy)
最优解matlab源代码
- 最优解解法代码 可求数据的最优解 一元方程最优解 多元方程最优解等