public class NelderMeadEx2 extends Object
Solves a constrained optimization problem using a direct search complex method.
The constrained problem min is solved with an initial guess (-1.2,1.0) and the solution is printed. The analytical solution is (x_1,x_2) = (0.5,0.25) with optimum value 0.25.
Constructor and Description |
---|
NelderMeadEx2() |
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.