资源列表
value_computer
- 本软件是为方便统计不同平台基金收益而设计的,需要使用者懂一些excel常识。若不喜欢使用excel的朋友可以考虑使用数米虚拟账户。-value computer
Astar1975
- source code for the shortest path finding
fuzzy1990
- sorce code for path finding using the fuzzy logic
GA2001
- source code to path finding using genetic algorithm
potential2010
- source code for finding the goal using potential field method
PRM2011
- source code for finding the goal using Probablistic method
RRT2012
- source code for finding the goal using RRM method
GA0-1
- 0-1背包问题遗传算法,包含精英选择和非精英选择-0-1 knapsack problem algorithms, comprising elite and non-elite choose
FloydAlgorithm
- Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法-Floyd algorithm, also known as Floyd algorithm interpolation point method is used to find a given weighted graph in the shortest path between vertices Algorith
divide-and-conquer-algorithm
- 分治算法的基本思想是将一个规模为N的问题分解为K个规模较小的子问题,这些子问题相互独立且与原问题性质相同。求出子问题的解,就可得到原问题的解。-The basic idea of divide and conquer algorithm is a scale problem is decomposed into N K a smaller sub-problems, these sub-problems are independent and original problems of the s
Greedy-algorithm
- 贪心算法(又称贪婪算法)是指,在对问题求解时,总是做出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,他所做出的是在某种意义上的局部最优解。-Greedy algorithm (also known as the greedy algorithm) refers to when to problem solving, always made in the current opinion is the best choice. That is to say, not to be cons
simulated-annealing-algorithm
- 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,-Annealing simulated annealing algorithm derived the solid principle, the solid heated to a sufficiently high, let it slowly cooled, while heating, with the temperature inside th
