Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

How to start and how to design algorithm? Where can I obtain good resources for algorithm design such as templates, examples, books, URLs etc which I can start learning and start designing? Please advise me on the followings:

– Design a representation

– Design a way of mapping a genotype to a phenotype

– Design a way of evaluating an individual

– Design suitable mutation operator(s)

– Design suitable recombination operator(s)

– Decide how to select individuals to be parents

– Decide how to select individuals for the next generation (how to manage the population)

– Decide how to start: initialisation method

– Decide how to stop: termination criterion

share|improve this question
   
This is not mse question – Norbert Jan 29 at 4:44

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.