net.sourceforge.cilib.bioinf.rnaprediction
Class RNAInitialiser
java.lang.Object
net.sourceforge.cilib.bioinf.rnaprediction.RNAInitialiser
public class RNAInitialiser
- extends Object
- Author:
- mneethling
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RNAInitialiser
public RNAInitialiser()
getInitialPosition
public Type getInitialPosition(OptimisationProblem problem)
- Get the initial position for the Entity, based on the provided
Problem.
- Parameters:
problem
- The problem to base the initialisation on.
- Returns:
- The initialised Type.
getInitialVelocity
public Type getInitialVelocity(OptimisationProblem problem)
- Get the initial velocity represented as a type.
- Parameters:
problem
- The problem.
- Returns:
- The initial velocity.
Copyright © 2009 CIRG. All Rights Reserved.