Skip to content

chow-vincent/convex_optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convex Optimization

Useful convex optimization applications and algorithms.

  • lp_solver

    • Implementation of an interior point method to solve simple LP problems with equality constraints.
  • rational_function_fit

    • Solves a minimax rational function fit problem. Reformulating the problem as quasiconvex, the problem is solved by a bisection algorithm.
  • spaceship_landing_trajectory

    • Perform trajectory optimization for a spaceship returning to Earth. Includes solutions to minimum fuel and minimum time descent problems.

About

Useful convex optimization applications and algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published