搜索资源列表
colorization
- 把黑白照片转换成彩色照片的数值优化算法。 -put into black-and-white photographs, color photographs of the numerical optimization algorithm.
遗传算法的数值优化
- 遗传算法的Matlab程序,用于数值优化-GA Matlab procedures for Numerical Optimization
遗传算法的数值优化
- 遗传算法的Matlab程序,用于数值优化-GA Matlab procedures for Numerical Optimization
OptLstSqr
- 数值优化计算过程中常用的最小二乘法程序-Numerical optimization process commonly used method of least squares procedure
colorization
- 把黑白照片转换成彩色照片的数值优化算法。 -put into black-and-white photographs, color photographs of the numerical optimization algorithm.
newanneal
- 模拟退火算法,常用的数值优化算法,适合初学者,非常方便-simulated annealing method, commonly used numerical optimization algorithm, for beginners, a very convenient
cellga_optimization_results
- 一种改进的遗传算法及用于数值优化的结果分析-An improved genetic algorithms and numerical optimization for the results of analysis
Test_funtion
- 这次上传的绝对是好东西,数值优化,关键是对不同函数进行运算。这次将无约束测试问题上传,可作为论文数值计算使用。注:本人本科毕业论文做的是无约束优化,研究生做的是结构方程(LISREL)、数值优化、蚁群算法,可以进行交流,联系QQ272958823-Test function for optimation!
matlab
- matlab 数值优化遗传算法程序,大家都看看嘛。-matlab genetic algorithm numerical optimization procedures, we all look at them.
wuyuesuyouhua
- 无约束优化程序解决数值优化问题。在优化算法中有重要作用。-Optimization procedures for solving numerical optimization problems. In the optimization algorithm has an important role.
Optimal
- 本程序包给出了数值优化常用方法的程序。优化问题应用广泛。-This package gives the commonly used methods of numerical optimization procedures. Widely used optimization problem.
Numerical Optimization
- 一本很不错的数值优化书籍,适合科学研究者和工程应用者(A very good book of Numerical Optimization, which is proper for scientist researcher and engineer)
离散优化
- 该算法是对数学计算的优化处理,可很便利的应用于工程中数学优化计算中(The algorithm is an optimization of mathematical computation)
matlab编程
- matlab几种常用的数值优化算法 期中考试答案程序包 可以学到很多(Matlab several commonly used numerical optimization algorithm in the exam answer package can learn a lot)
MultiObjGA Code(多目标数值优化遗传算法)
- MultiObjGA Code(多目标数值优化遗传算法),教如何用matlab进行多目标遗传算法编程(MultiObjGA Code (multiobjective numerical optimization genetic algorithm), teaching how to use matlab for multiobjective genetic algorithm programming)
GA+MP
- 多种群的遗传算法数值优化;速度快,求解精准;(Numerical optimization of genetic algorithms for multiple groups)
2———差分演化优化神经网络权值Iris---C
- 差分演化算法,优化神经网络,数值优化, //直接运行,包括源代码(Differential Evolution global optimization)
QKP
- 用遗传算法DE算法求解数值优化问题,实现了一个函数(Solving numerical optimization problems with DE algorithm)
应用YALMIP求解线性矩阵不等式_数值例子
- 该文档是应用YALMIP解决线性矩阵不等式可行性问题以及优化问题的说明。文章中附有大量数值例子。(The document is an illustration of the feasibility of applying YALMIP to solve LMI problems and optimization problems. A large number of numerical examples are included in
matlab数值微分程序原代码
- 9.1 利用差商近似导数 313 9.1.1 中点公式 313 9.1.2 利用Taylor公式构造差商公式 314 9.1.3 差商公式误差分析与步长优化 319 9.1.4 理查森外推法 321 9.2 插值型求导方法 323 9.3 样条求导 325 9.4 利用数值积分求导数 327 9.5 数值偏导数 329 9.6 MATLAB自带函数应用 329 9.6.1 di