Description: Newton constraints and golden section method is a good global optimization algorithm, using this method can achieve a good global optimization, the result with genetic algorithms, simulated annealing, hill climbing and other comparable!
To Search:
- [ycthjhsf] - Genetic annealing evolutionary algorithm
- [monituihuo] - Which includes the original simulated an
- [matlabGA] - Matlab environment through better unders
File list (Check if you may need any files):
牛顿约束及黄金分割法\AL_main.m
....................\AL_obj.m
....................\compare.m
....................\constrains.m
....................\coushuju.m
....................\dett.m
....................\finder.m
....................\finder1.m
....................\finder2.m
....................\golden.m
....................\golden1.m
....................\golden2.m
....................\importdata.m
牛顿约束及黄金分割法