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

Create function skeletons for the features #36

Open
sudz123 opened this issue Oct 7, 2018 · 2 comments
Open

Create function skeletons for the features #36

sudz123 opened this issue Oct 7, 2018 · 2 comments

Comments

@sudz123
Copy link
Owner

sudz123 commented Oct 7, 2018

-Go to Features
-Check which have not been implemented
-Go to Optimizer.h
-Create a function by that respective algorithm name(An empty function with no code)
-Make sure the input and output parameters are correct
-Make a PR

@0xch4z
Copy link

0xch4z commented Oct 8, 2018

I'll take this!

@sudz123
Copy link
Owner Author

sudz123 commented Oct 8, 2018

Great, input parameters for each function is given in K.Deb book, most are similar to the ones already implemented. Output for multi-variable algorithms is an Eigen::VectorXd. Define functions with input parameters and return output x(without any code inside).

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

2 participants