davidrpugh / numerical-methods

Graduate level course on numerical methods for economists
37 stars 45 forks source link

Consider deprecating multiple_shooting method out of ramsey.Model class #6

Open davidrpugh opened 10 years ago

davidrpugh commented 10 years ago

The solve_multiple_shooting method of the ramsey.Model class just wraps scikits.bvp_solver. Since students would want to use this tool independently of the ramsey.Model class, it would be a better idea to keep it separate from the main body of code.