-
Notifications
You must be signed in to change notification settings - Fork 5
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
Standard optimization test functions #7
Conversation
This pull request requires a review a intend to deal with issue #6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alejandrom247 what do you think if we wrap all benchmark functions in a new namespace within solution
namespace, e.g.: dnn_opt::core::solutions::benchmark
. That way I would suggest to create a new directory inside src/core/solutions
and include not only the new benchmark functions you are impementing now but the old ones...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This the Csendes plus the standard code revision
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding standards compliance still needs to be improved.
It has to be Use float literals only inside aritmetic operations that are meant to be float. |
…lementations. Add the implementations ref to dnn_opt
Fix #6