org.agmodel.bioinfo.antmap
Class AcoParamsBean

java.lang.Object
  extended byorg.agmodel.bioinfo.antmap.AcoParamsBean
All Implemented Interfaces:
java.io.Serializable

public class AcoParamsBean
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AcoParamsBean()
          コンストラクタ
 
Method Summary
 double getAlpha()
           
 double getBeta()
           
 double getInit_tau()
           
 int getN_ant()
           
 int getN_iteration()
           
 double getP_fancy()
           
 double getQ()
           
 double getRho()
           
 double getWeight()
           
 boolean isRandomize()
           
 void setAlpha(double d)
          set alpha
 void setBeta(double d)
          set beta
 void setInit_tau(double d)
          set init_tau
 void setN_ant(int i)
          set n_ant (number of ants)
 void setN_iteration(int i)
          set n_replicate (number of replicates)
 void setP_fancy(double d)
          set p_fancy (probability of fancy choice)
 void setQ(double d)
          set q
 void setRho(double d)
          set rho
 void setWeight(double d)
           
 void show()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcoParamsBean

public AcoParamsBean()
コンストラクタ

Method Detail

getAlpha

public double getAlpha()
Returns:
alpha

getBeta

public double getBeta()
Returns:
beta

getInit_tau

public double getInit_tau()
Returns:
init_tau

getN_ant

public int getN_ant()
Returns:
n_ant

getN_iteration

public int getN_iteration()
Returns:
n_replicate

getP_fancy

public double getP_fancy()
Returns:
p_fancy

getQ

public double getQ()
Returns:
q

isRandomize

public boolean isRandomize()
Returns:
randomize (true or false)

getRho

public double getRho()
Returns:
rho

setAlpha

public void setAlpha(double d)
set alpha

Parameters:
d -

setBeta

public void setBeta(double d)
set beta

Parameters:
d -

setInit_tau

public void setInit_tau(double d)
set init_tau

Parameters:
d -

setN_ant

public void setN_ant(int i)
set n_ant (number of ants)

Parameters:
i -

setN_iteration

public void setN_iteration(int i)
set n_replicate (number of replicates)

Parameters:
i -

setP_fancy

public void setP_fancy(double d)
set p_fancy (probability of fancy choice)

Parameters:
d -

setQ

public void setQ(double d)
set q

Parameters:
d -

setRho

public void setRho(double d)
set rho

Parameters:
d -

getWeight

public double getWeight()
Returns:

setWeight

public void setWeight(double d)
Parameters:
d -

show

public void show()