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

Implement a class to change return type of Multi-Variable Optimization Algorithms #73

Open
sudz123 opened this issue Oct 10, 2018 · 1 comment

Comments

@sudz123
Copy link
Owner

sudz123 commented Oct 10, 2018

This is a tricky one and would need some time. Basically we need to change the return type from a point to a class which contains:

  • All the points which the algorithm went through to reach here.
  • The termination criteria
  • The gradient values on all these points ( not sure about this )
  • The point itself
  • Number of iterations
  • Number of function evaluations

Basically an overview of the path taken to reach the optimum point. This class should also contain a method which can save to a text file the points such that a third party application can plot it.

The implementation of this is open to suggestions.

@sudz123
Copy link
Owner Author

sudz123 commented Oct 10, 2018

Addressed in #75 , still need to change the return type of functions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant