Closed EricWay1024 closed 2 years ago
NLopt doesn't provide a "callback" API, so I needed to use the wrapper around f to record all the visited points. Maybe in this case it's better to use points rather than trajectory when plotting?
f
points
trajectory
Looks good!
NLopt doesn't provide a "callback" API, so I needed to use the wrapper around
f
to record all the visited points. Maybe in this case it's better to usepoints
rather thantrajectory
when plotting?