C# 클래스 Cureos.Numerics.Nlp.HS071

Implementation of Hock-Schittkowski problem no. 71 from the CUTE collection. Adapted from http://www.orfe.princeton.edu/~rvdb/ampl/nlmodels/cute/hs071.mod Optimal solution x* = { 1.0; 4.742994; 3.8211503; 1.3794082 }, f* = 17.0140173
상속: IpoptProblem
파일 보기 프로젝트 열기: cureos/csipopt 1 사용 예제들

공개 메소드들

메소드 설명
HS071 ( ) : System

비공개 메소드들

메소드 설명
eval_f ( int n, double x, IpoptBoolType new_x, double &obj_value, IntPtr p_user_data ) : IpoptBoolType
eval_g ( int n, double x, IpoptBoolType new_x, int m, double g, IntPtr p_user_data ) : IpoptBoolType
eval_grad_f ( int n, double x, IpoptBoolType new_x, double grad_f, IntPtr p_user_data ) : IpoptBoolType
eval_h ( int n, double x, IpoptBoolType new_x, double obj_factor, int m, double lambda, IpoptBoolType new_lambda, int nele_hess, int iRow, int jCol, double values, IntPtr p_user_data ) : IpoptBoolType
eval_jac_g ( int n, double x, IpoptBoolType new_x, int m, int nele_jac, int iRow, int jCol, double values, IntPtr p_user_data ) : IpoptBoolType
intermediate ( IpoptAlgorithmMode alg_mod, int iter_count, double obj_value, double inf_pr, double inf_du, double mu, double d_norm, double regularization_size, double alpha_du, double alpha_pr, int ls_trials, IntPtr p_user_data ) : IpoptBoolType

메소드 상세

HS071() 공개 메소드

public HS071 ( ) : System
리턴 System