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
-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
The text was updated successfully, but these errors were encountered:
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).
-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
The text was updated successfully, but these errors were encountered: