NeuroDimension Home  |  Products  |  Applications  |  Resources  |  Support  |  Order
'
   Products
     NeuroSolutions
     TradingSolutions
     Trader68
     Interactive Book
     Neural Network Course
     OptiGen Library
   Applications
     Medical
     Science
     Business
     Investment and Trading
     Manufacturing
     Sports Betting
     Academic
     Other
     Problem Types
   Resources
     Intro to Neural Networks
     Intro to Genetic Algorithms
     Consulting
     Customer List
     Customer Interviews
     Company History
     Employment
     Resellers
     Search
   Support
     Contact NeuroDimension
     Licensed User Center
   Order

   NeuroSolutions.com
   TradingSolutions.com
   Trader68.com

Selection Operators

Selection is a genetic operator that chooses a chromosome from the current generation’s population for inclusion in the next generation’s population. Before making it into the next generation’s population, selected chromosomes may undergo crossover and / or mutation (depending upon the probability of crossover and mutation) in which case the offspring chromosome(s) are actually the ones that make it into the next generation’s population.

OptiGen Library includes the following types of selection:

Roulette - A selection operator in which the chance of a chromosome getting selected is proportional to its fitness (or rank). This is where the concept of survival of the fittest comes into play.

Tournament - A selection operator which uses roulette selection N times to produce a tournament subset of chromosomes. The best chromosome in this subset is then chosen as the selected chromosome. This method of selection applies addition selective pressure over plain roulette selection.

Top Percent - A selection operator which randomly selects a chromosome from the top N percent of the population as specified by the user.

Best - A selection operator which selects the best chromosome (as determined by fitness). If there are two or more chromosomes with the same best fitness, one of them is chosen randomly.

Random - A selection operator which randomly selects a chromosome from the population.

Constraint Dominate - Solution x is said to Constrain-Dominate if any of the following conditions are true:

    Solution x is feasible and solution y is not.
    Solution x and y are both feasible but solution x has a smaller constraint violation.
    Solution x and y are feasible and solution x dominate solution y in the usual sense.

NeuroDimension Home  |  Products  |  Resources  |  Support  |  Order

Contact NeuroDimension | Privacy Policy
Web Site Design and Implementation Copyright © 2010 NeuroDimension, Inc.


"I have recently purchased a copy of NeuroSolutions 4 and am very happy with the software. It is amazing how many features are available within the network. I am also very impressed by the quality and the speed of the technical support provided by the NeuroSolutions staff."
-- Albrecht Stoecklein (MSc), Building Research Association of New Zealand

"Even though I have other Neural Network programs, your program presented an interface that allowed me to quickly grasp certain relationships and test them in ways that I had not been able to previously. Testing of multiple issues and multiple strategies at the same time is quite helpful."
- Bill Van Dyke