资源列表
upload4
- 使用模拟退火算法解决旅行商问题 程序框架中的Annealing.java文件,Annealing.java实现了Inter.java接口中的函数。接口函数getStrategy是一个返回类型为void的函数,函数的输入参数是一个字符串,代表输入文件的文件名-The use of simulated annealing algorithm to solve the TSP program in the framework of Annealing.java files, Annealing.j
upload2
- 八数码问题。九宫格的每一个状态用一个字符串表示,该字符串为将九宫格中的数字从上到下,从左到右的连接起来,空白处用“0”表示。初始状态表示为”123804765”-8 digital issues. Style Box for each state with a string that the string will be the number of five direction pad from top to bottom, left to right to link up the space
upload1
- 传教士与野人问题。完美版。getStrategy函数参数是N和k,返回的是一个字符串数组,代表一个状态序列,数组中的每一个元素代表一个状态,每一个状态表示为(a,b,c),其中a表示左岸的传教士数目,b表示左岸的野人数目,c表示船是否在左岸,c=1为船在左岸,c=0为船在右岸。如果问题无解,返回只有一个元素 “no solution”的数组。-Missionaries and savages the problem. Perfect version. getStrategy function p
BP
- 人工神经网络的C语言实现,程序涉及梯度下降法,函数求逆及偏导数的实现-Artificial Neural Networks C-language implementation, the program involves gradient descent method, function inverse and the partial derivative of the realization of
ANN_liyafei
- 人工神经网络(Artificial Neural Network ),以数学模型模拟神经元活动,有函数逼近、仿真、预测以及模糊控制等功能,具有强大的容错性。-ANN-LIYAFEI
FunctionFuzzyClustering
- 用模糊逻辑神经元网络的聚类算法进行模糊聚类,功能强大-FunctionFuzzyClustering
AveryniceSVMpiece
- A very nice SVM characteristic chooses a lesson piece
asd
- 基于遗传算法的封闭轮廓最小面积凸包围盒生成算法-Based on genetic algorithm minimum area convex closed contours bounding box generation algorithm
GA_TSP
- 遗传算法求解TSP问题,内有附注,方便理解。-Genetic Algorithm for TSP problem
MinWise
- 民意智慧预测市场平台,实现了数据挖掘部分,数据分析未实现-a web application project in ruby language
SAPSO
- 权重改进粒子群算法中的自适应权重法,平衡了PSO算法的全局探索能力和局部改良能力-Weight improved particle swarm algorithm in the adaptive weighting method to balance the global exploration of the PSO algorithm is improved capacity and capacity of local
LBFGS-20020202.java
- L-BFGS用于内存紧张的系统中,可以用于求解大规模数据集的优化-Software for Large-scale Unconstrained Optimization L-BFGS is a limited-memory quasi-Newton code for large-scale unconstrained optimization.
