curobo.opt package

Optimization module containing several numerical solvers.

Base for an opimization solver is at opt_base.Optimizer. cuRobo provides two base classes for implementing two popular ways to optimize, (1) using particles with particle.particle_opt_base.ParticleOptBase and (2) using Newton/Quasi-Newton solvers with newton.newton_base.NewtonOptBase. newton.newton_base.NewtonOptBase contains implementations of several line search schemes. Note that these line search schemes are approximate as cuRobo tries different line search magnitudes in parallel and chooses the largest that satisfies line search conditions.

Subpackages

Submodules