JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.hillClimbing
Class AcceptEqualOrBetter

java.lang.Object
  extended bygov.nasa.javaGenes.hillClimbing.Accepter
      extended bygov.nasa.javaGenes.hillClimbing.AcceptEqualOrBetter
All Implemented Interfaces:
java.io.Serializable

public class AcceptEqualOrBetter
extends Accepter

See Also:
Serialized Form

Constructor Summary
AcceptEqualOrBetter()
           
 
Method Summary
 boolean accept(Fitness kid, Fitness parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcceptEqualOrBetter

public AcceptEqualOrBetter()
Method Detail

accept

public boolean accept(Fitness kid,
                      Fitness parent)
Specified by:
accept in class Accepter

JavaGenes, NASA Ames. Written largely by Al Globus