Welcome![Sign In][Sign Up]
Location:
Search - simplicityAlgorithm3

Search list

[Mathimatics-Numerical algorithmssimplicityAlgorithm3

Description: /*用单纯形算法求解多元函数极值计算机程序代码*/ /************************ *试用单纯形法求目标函数: *f(x)= 4(x1 -5)*(x1 -5) + (x2 -6)*(x1 -5) *的极小值 *************************/-/ * Use simplex algorithm for multi-function extremum computer code * / /********** ************** * trial simplex method for the objective function : * f (x) = 4 (5 x1) * (x1 5) (6 x2) * (x1 -5) * minimums ** ***********************/
Platform: | Size: 172053 | Author: 刘向 | Hits:

[Mathimatics-Numerical algorithmssimplicityAlgorithm3

Description: /*用单纯形算法求解多元函数极值计算机程序代码*/ /************************ *试用单纯形法求目标函数: *f(x)= 4(x1 -5)*(x1 -5) + (x2 -6)*(x1 -5) *的极小值 *************************/-/* Use simplex algorithm for multi-function extremum computer code*//************************* trial simplex method for the objective function :* f (x) = 4 (5 x1)* (x1 5) (6 x2)* (x1-5)* minimums*************************/
Platform: | Size: 172032 | Author: 刘向 | Hits:

CodeBus www.codebus.net