JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.hillClimbing
Class AcceptImprovement

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

public class AcceptImprovement
extends Accepter

See Also:
Serialized Form

Constructor Summary
AcceptImprovement()
           
 
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

AcceptImprovement

public AcceptImprovement()
Method Detail

accept

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

JavaGenes, NASA Ames. Written largely by Al Globus