-
Notifications
You must be signed in to change notification settings - Fork 6
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 support for Benchmarking Derivative-Free Optimization Algorithms #58
Comments
As requested in the article, we need the dimensions of the problems. @abelsiqueira and I will use a external file to pass that information. |
3 years late, but I think I'll work in this now. |
It looks like I'll have to completely change a few things to make it work. I'm thiking
|
Do you mean "one folder for each solver, one file for each problem, one line for each iteration."?
There is a few ways that you can do it. My suggestion is to remove this line and add two new classes to https://github.com/ufpr-opt/perprof-py/blob/master/perprof/prof.py#L36. Each class is for one profiler. You will end up with something like
You will need to change things at the https://github.com/ufpr-opt/perprof-py/blob/master/perprof/main.py.
If other methods are going to be different, change it at
See my response above. You know how to contact me for chat. :-) |
Yes Thanks for the input. I'm doing something like that. I hope to post something today with the basic differences. |
#181 handles the big picture for data profile, and other things.
|
This was requested by @deisegema.
The reference for this is J. Moré and S. Wild website and article.
The text was updated successfully, but these errors were encountered: