-
SVMinMATLAB
说明: 陆振波的SVM的MATLAB代码,对于理解代码意义具有很好的作用.
(Lu Zhenbo of SVM in MATLAB code, good for understanding the significance of the role of the code.)
- 2011-03-24 21:50:37下载
- 积分:1
-
pso_neteval
说明: PSO MATLAB 程序,有助于求解混合非整数规划问题(PSO MATLAB )
- 2011-03-28 09:42:30下载
- 积分:1
-
editing
inpainting is very important
- 2012-12-31 21:28:43下载
- 积分:1
-
duffing
说明: duffing振子数值建模,学习仿真,非线性动力学(study duffing Oscillator numerical modeling, learning simulation, nonlinear dynamics)
- 2019-01-14 14:08:40下载
- 积分:1
-
ACATSP2
这是一个解决tsp问题的代码,采用遗传的方法进行编程,大大的简化了最优规划迭代的问题,是的程序运行的快速准确(This is a solution to the problem tsp code, using the method of genetic programming, which greatly simplified the problem of optimal planning iteration, the procedure is fast and accurate operation)
- 2010-08-25 00:55:04下载
- 积分:1
-
genetic-algorithm
In the computer science field of artificial intelligence, a genetic algorithm (GA) is a search heuristic that mimics the process of natural evolution. This heuristic (also sometimes called a metaheuristic) is routinely used to generate useful solutions to optimization and search problems.[1] Genetic algorithms belong to the larger class of evolutionary algorithms (EA), which generate solutions to optimization problems using techniques inspired by natural evolution, such as inheritance, mutation, selection, and crossover.
Genetic algorithms find application in bioinformatics, phylogenetics, computational science, engineering, economics, chemistry, manufacturing, mathematics, physics, pharmacometrics and other fields.
- 2013-07-16 14:40:19下载
- 积分:1
-
matlab_cpp
Solving Engineering Problems Using MATLAB C++ Math Library Introduction
In the previous article, we studied how can use MATLAB C API to solve engineering problems. In this article I will show you how can use MATLAB C++ math library. The MATLAB® C++ Math Library serves two separate constituencies: MATLAB programmers seeking more speed or complete independence from interpreted MATLAB, and C++ programmers who need a fast, easy-to-use matrix math library. To each, it offers distinct advantages.
- 2007-11-05 15:06:09下载
- 积分:1
-
sinx-ga
Genetic algorithm matlab code to maximise sinx
- 2011-06-28 17:06:02下载
- 积分:1
-
Propagator-DOA-estimation
传播算子DOA估计算法MATLAB程序,估计到达角、离开角(Propagator DOA estimation algorithm based on MATLAB program)
- 2013-09-11 09:36:05下载
- 积分:1
-
firefly_simple
The firefly algorithm (FA) is a metaheuristic algorithm, inspired by the flashing behaviour of fireflies. The primary purpose for a firefly s flash is to act as a signal system to attract other fireflies. Xin-She Yang formulated this firefly algorithm by assuming:[1]
All fireflies are unisexual, so that one firefly will be attracted to all other fireflies
Attractiveness is proportional to their brightness, and for any two fireflies, the less bright one will be attracted by (and thus move to) the brighter one however, the brightness can decrease as their distance increases
If there are no fireflies brighter than a given firefly, it will move randomly.
The brightness should be associated with the objective function.
Firefly algorithm is a nature-inspired metaheuristic optimization algorithm.
- 2014-12-24 05:08:32下载
- 积分:1