Uses of Class
org.dbe.eve.simulator.ZeroOneMatrix

Packages that use ZeroOneMatrix
org.dbe.eve.opt.alg.gaBeasely   
org.dbe.eve.opt.alg.umda   
org.dbe.eve.simulator   
 

Uses of ZeroOneMatrix in org.dbe.eve.opt.alg.gaBeasely
 

Fields in org.dbe.eve.opt.alg.gaBeasely declared as ZeroOneMatrix
private  ZeroOneMatrix GAsolution.matrix
           
private  ZeroOneMatrix GApop.matrix
           
private  ZeroOneMatrix GABeasPrototype.matrix
           
 

Constructors in org.dbe.eve.opt.alg.gaBeasely with parameters of type ZeroOneMatrix
GApop(ZeroOneMatrix m, int _gPopSize, double GAinitPop)
           
GAsolution(int s, ZeroOneMatrix m, double GAinitPop)
           
GAsolution(ZeroOneMatrix m, boolean[] genotype)
           
 

Uses of ZeroOneMatrix in org.dbe.eve.opt.alg.umda
 

Fields in org.dbe.eve.opt.alg.umda declared as ZeroOneMatrix
private  ZeroOneMatrix UMDAsolution.matrix
           
private  ZeroOneMatrix UMDAPrototype.matrix
           
private  ZeroOneMatrix UMDApop.matrix
           
 

Constructors in org.dbe.eve.opt.alg.umda with parameters of type ZeroOneMatrix
UMDApop(ZeroOneMatrix m, int _uPopSize, double UMDAinitPop)
           
UMDAsolution(boolean[] sol, int s, int f, double w, ZeroOneMatrix m, boolean[] phen, int numS)
           
UMDAsolution(int s, ZeroOneMatrix m, double UMDAinitPop)
           
UMDAsolution(int s, ZeroOneMatrix m, double[] pv)
           
 

Uses of ZeroOneMatrix in org.dbe.eve.simulator
 

Constructors in org.dbe.eve.simulator with parameters of type ZeroOneMatrix
RequestVector(ZeroOneMatrix matrix)