jacobwilliams / PowellOpt

Optimization algorithms by M.J.D. Powell
Other
35 stars 7 forks source link

Uninitialized value used in cobyla.f90 #7

Closed mecej4g closed 9 months ago

mecej4g commented 1 year ago

For test problem 10 of Cobyla (hexagon problem) xopt(9) is used without initialization. The variable should be set to zero (which is its expected value at the optimum point) before line 1262 of file cobyla.f90.