You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: