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

SimmulatedAnnealing and IntermediateRecombination #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

SimmulatedAnnealing and IntermediateRecombination #35

wants to merge 2 commits into from

Conversation

Boidkan
Copy link

@Boidkan Boidkan commented Mar 31, 2013

Implemented simulated annealing and wrote a test file testing it on OnesMax. Also implemented Intermediate recombination and wrote a test file testing output size and if the output values of the arrays are in the correct range.

I put simulatedAnnealing in singleStateMethods and IntermediateRecombination in operators.

coll0474 and others added 2 commits March 25, 2013 21:30
Also fixed both algorithms and made to so they take in
a clojure/fuction for decrease and inBounds.
(0-p*2)-p instead of generating a random int from 0-1 to determine to
multiply by -1 or leave as is.
@ghost ghost assigned NicMcPhee Apr 30, 2013
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