Skip navigation links
A B C D E F G H I M N O P R S T U 

M

main(String[]) - Static method in class org.epiga.algorithm.EpigeneticAlgorithm
Entry point
main(String[]) - Static method in class org.epiga.problem.intmax.IntmaxEpiGA
Entry point.
Example: IntmaxEpiGA 100000 500 1 0.05 0.08 3 100
main(String[]) - Static method in class org.epiga.problem.mkp.MKPEpiGA
Entry point.
Example: MKPEpiGA 1000000 400 1 0.01 0.10 2 ./bin/mknapcb1.txt 1
main(String[]) - Static method in class org.epiga.problem.mkp.MKProblem
Used to convert to CPLEX format.
main(String[]) - Static method in class org.epiga.problem.onemax.FamilyOnemaxEpiGA
Entry point.
Example: FamilyOnemaxEpiGA 20000 500 1 0.08 0.08 3 100
main(String[]) - Static method in class org.epiga.problem.onemax.OnemaxEpiGA
Entry point.
Example: OnemaxEpiGA 20000 500 1 0.08 0.08 3 100
mechanism(EpigeneticPopulation<P, R>, float, int) - Method in class org.epiga.operators.EpigeneticOperator
Applies an epigenetic mechanism
methilate(float) - Method in class org.epiga.algorithm.EpigeneticCell
Cells's methilation.
methilate(float) - Method in class org.epiga.algorithm.EpigeneticIndividual
Individual's crossover.
methilate(IntegerRepresentation, BitSet, float) - Method in class org.epiga.problem.intmax.IntmaxProblem
 
methilate(BinaryRepresentation, BitSet, float) - Method in class org.epiga.problem.mkp.MKProblem
 
methilate(BinaryFamilyRepresentation, BitSet, float) - Method in class org.epiga.problem.onemax.FamilyOnemaxProblem
 
methilate(BinaryRepresentation, BitSet, float) - Method in class org.epiga.problem.onemax.OnemaxProblem
 
methilate(R, BitSet, float) - Method in class org.epiga.problem.Problem
Epigenetic methilation of a solution.
methilation(BitSet, BitSet, float[], float) - Method in class org.epiga.representation.operators.BinaryGeneSilencing
Gene Silencing on Binary vectors.
methilation(int[], int, int, int, BitSet, float[], float) - Method in class org.epiga.representation.operators.IntegerGeneSilencing
Gene Silencing on Integer vectors.
MKPEpiGA - Class in org.epiga.problem.mkp
Executes the epigenetic optimization of the MKP (OR-Library).
MKPEpiGA() - Constructor for class org.epiga.problem.mkp.MKPEpiGA
 
MKProblem - Class in org.epiga.problem.mkp
Multidemensional Knapsack Problem (OR-Library or SAC-94).
MKProblem(String) - Constructor for class org.epiga.problem.mkp.MKProblem
Constructor.
MKProblem(String, int) - Constructor for class org.epiga.problem.mkp.MKProblem
Constructor.
A B C D E F G H I M N O P R S T U 
Skip navigation links