net.sourceforge.cilib.bioinf.rnaprediction
Class RNAInitialiser

java.lang.Object
  extended by net.sourceforge.cilib.bioinf.rnaprediction.RNAInitialiser

public class RNAInitialiser
extends Object

Author:
mneethling

Constructor Summary
RNAInitialiser()
           
 
Method Summary
 Type getInitialPosition(OptimisationProblem problem)
          Get the initial position for the Entity, based on the provided Problem.
 Type getInitialVelocity(OptimisationProblem problem)
          Get the initial velocity represented as a type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RNAInitialiser

public RNAInitialiser()
Method Detail

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.