chuksjnr
自 2016 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
am trying to write a matlab program to solve dogleg method for trust region problem, but the program is not working properly. Below is the program. Please i really need your help and suggestions. Thanks
clear all fprintf(' k f0 X(1,1) X(2,1) r b\n') syms x1 x2 X = [x1 ; x2]; f = (x...
8 years 前 | 0 个回答 | 0
0
个回答提问
Display of result in tabular form
Good morning friends, Am trying to solve an unconstrained optimization problem using (trust region) dogleg method. Below is a ...
8 years 前 | 1 个回答 | 0