Skip to content

Conversation

@Triaro
Copy link
Contributor

@Triaro Triaro commented Oct 1, 2020

This code finds the minimum of f(x) = x(1)^2 + x(2)^2 in which -5 < x(i) < 5
This function is a convex and the minimum is at (0,0)
The RSA is the simplest algorithm to solve optimization problem
It is not efficient and it sometimes cannot solve the problem

 This code finds the minimum of f(x) = x(1)^2 + x(2)^2 in which -5 < x(i) < 5
This function is a convex and the minimum is at (0,0)
The RSA is the simplest algorithm to solve optimization problem
It is not efficient and it sometimes cannot solve the problem
@cozek cozek merged commit e7180a1 into TheAlgorithms:master Oct 2, 2020
@Triaro
Copy link
Contributor Author

Triaro commented Oct 10, 2020

Please add the label. Hacktoberfest-accepted in my pull request. Thank you sir.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants