orbithunter 0.5
Major Changes
Renamed cost function related quantities;
objis reserved for objects in most places and so it didn’t make sense. :meth:orbithunter.core.Orbit.residualis now :meth:orbithunter.core.Orbit.residualorbithunter.core.Orbit.residualis now :meth:orbithunter.core.Orbit.costorbithunter.core.Orbit.cost_function_gradientis now :meth:orbithunter.core.Orbit.costgradSupport for Hessian based methods has been updated through the new methods; also required tinkering with the scipy wrapper
orbithunter.optimize._scipy_optimize_minimize_wrapper()New methods for second order methods
orbithunter.core.Orbit.costhessorbithunter.core.Orbit.costhessporbithunter.core.Orbit.hessianorbithunter.core.Orbit.hessp
Misc
Lots of docs changes, clean-up. Still not 100% polished but it’s getting there.