Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more optimization routines #4

Open
anthonyclays opened this issue Jun 22, 2015 · 0 comments
Open

Add more optimization routines #4

anthonyclays opened this issue Jun 22, 2015 · 0 comments
Assignees

Comments

@anthonyclays
Copy link
Contributor

The only optimization procedure currently implemented is the golden section method. Optimization of functions with more than one variable (most notable Rosenbrock's function) is impossible without other methods.

Some initial suggestions:

For a well-written, high-level, fast and clear example of those (and other) routines, I highly recommend checking out Optim.jl.

@rugheid rugheid self-assigned this Jun 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants