搜索资源列表
-
0下载:
模拟退火fortran程序,可以根据优化函数设置参数-C Simulated annealing is a global optimization method that distinguishes
C between different local optima. Starting from an initial point, the
C algorithm takes a step and the function is evaluated. When minimizin
-
-
1下载:
这本书编于普林斯顿大学,涉及到鲁棒规划,一种新的优化算法针对于不确定问题-This book is devoted to Robust Optimization — a specific and relatively novel
methodology for handling optimization problems with uncertain data
-
-
0下载:
梯度采样算法,用于梯度采样计算,matlab下编码实现-A ROBUST GRADIENT SAMPLING ALGORITHM FOR NONSMOOTH, NONCONVEX OPTIMIZATION
-
-
0下载:
《C#科学计算讲义》较为详细地介绍了科学计算方法,并对算法给出了源代码。关于算法部分主要介绍了线性方程组的迭代解法与直接解法、正交变换与最小二乘计算方法、鲁棒估计、随机数的产生、插值法、非线性方程求解、多元非线性最优化算法、微分方程数值方法等内容。-" C# Scientific Computing Lecture" a more detailed descr iption of the scientific calculation methods, and algorithm
-