Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
611 0 0 1 99.8% 23.79 s

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
net.bmahe.genetics4j.neat.chromosomes 7 0 0 0 100% 0.051 s
net.bmahe.genetics4j.core.combination.erx 1 0 0 0 100% 0.005 s
net.bmahe.genetics4j.gp.mutation 38 0 0 0 100% 2.993 s
net.bmahe.genetics4j.core.combination.singlepointarithmetic 6 0 0 0 100% 0.011 s
net.bmahe.genetics4j.core.postevaluationprocess 1 0 0 0 100% 0.026 s
net.bmahe.genetics4j.moo 17 0 0 0 100% 1.777 s
net.bmahe.genetics4j.gp.program 24 0 0 0 100% 0.245 s
net.bmahe.genetics4j.core.util 7 0 0 0 100% 2.135 s
net.bmahe.genetics4j.gp 41 0 0 0 100% 1.093 s
net.bmahe.genetics4j.extras.evolutionlisteners 1 0 0 0 100% 0.069 s
net.bmahe.genetics4j.core.mutation.chromosome.creepmutation 21 0 0 0 100% 0.041 s
net.bmahe.genetics4j.neat 28 0 0 0 100% 1.590 s
net.bmahe.genetics4j.core.evaluation 1 0 0 0 100% 0.007 s
net.bmahe.genetics4j.core.combination.multipointarithmetic 9 0 0 0 100% 0.020 s
net.bmahe.genetics4j.core 41 0 0 0 100% 0.123 s
net.bmahe.genetics4j.core.mutation.chromosome.randommutation 20 0 0 0 100% 0.027 s
net.bmahe.genetics4j.core.chromosomes 48 0 0 0 100% 0.079 s
net.bmahe.genetics4j.core.combination.multipointcrossover 8 0 0 0 100% 0.017 s
net.bmahe.genetics4j.gp.chromosomes.factory 4 0 0 0 100% 1.138 s
net.bmahe.genetics4j.neat.selection 7 0 0 0 100% 0.246 s
net.bmahe.genetics4j.neat.combination 11 0 0 0 100% 0.112 s
net.bmahe.genetics4j.gp.selection 6 0 0 0 100% 0.245 s
net.bmahe.genetics4j.core.replacement 9 0 0 0 100% 0.076 s
net.bmahe.genetics4j.moo.nsga2.impl 34 0 0 0 100% 4.156 s
net.bmahe.genetics4j.core.evolutionlisteners 43 0 0 0 100% 2.111 s
net.bmahe.genetics4j.neat.mutation 18 0 0 0 100% 0.489 s
net.bmahe.genetics4j.gpu 1 0 0 1 0% 1.231 s
net.bmahe.genetics4j.core.mutation 10 0 0 0 100% 0.092 s
net.bmahe.genetics4j.core.termination 5 0 0 0 100% 0.036 s
net.bmahe.genetics4j.gp.combination 11 0 0 0 100% 0.031 s
net.bmahe.genetics4j.core.combination.singlepointcrossover 8 0 0 0 100% 0.018 s
net.bmahe.genetics4j.gp.utils 6 0 0 0 100% 0.092 s
net.bmahe.genetics4j.core.selection 50 0 0 0 100% 0.241 s
net.bmahe.genetics4j.neat.combination.parentcompare 4 0 0 0 100% 0.012 s
net.bmahe.genetics4j.neat.chromosomes.factory 9 0 0 0 100% 2.641 s
net.bmahe.genetics4j.core.combination.ordercrossover 3 0 0 0 100% 0.007 s
net.bmahe.genetics4j.core.chromosomes.factory 20 0 0 0 100% 0.119 s
net.bmahe.genetics4j.gp.math 1 0 0 0 100% 0.009 s
net.bmahe.genetics4j.neat.mutation.chromosome 32 0 0 0 100% 0.376 s

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

net.bmahe.genetics4j.neat.chromosomes

- Class Tests Errors Failures Skipped Success Rate Time
NeatChromosomeTest 7 0 0 0 100% 0.051 s

net.bmahe.genetics4j.core.combination.erx

- Class Tests Errors Failures Skipped Success Rate Time
IntEdgeRecombinationCrossoverTest 1 0 0 0 100% 0.005 s

net.bmahe.genetics4j.gp.mutation

- Class Tests Errors Failures Skipped Success Rate Time
NodeReplacementPolicyHandlerTest 7 0 0 0 100% 0.025 s
ProgramRulesApplicatorPolicyHandlerTest 4 0 0 0 100% 0.014 s
ProgramRulesApplicatorMutatorTest 6 0 0 0 100% 0.123 s
ProgramRandomPrunePolicyHandlerTest 7 0 0 0 100% 0.026 s
ProgramRandomPruneMutatorTest 2 0 0 0 100% 0.010 s
NodeReplacementMutatorTest 3 0 0 0 100% 0.012 s
ProgramRandomMutatePolicyHandlerTest 7 0 0 0 100% 2.775 s
ProgramRandomMutateMutatorTest 2 0 0 0 100% 0.008 s

net.bmahe.genetics4j.core.combination.singlepointarithmetic

- Class Tests Errors Failures Skipped Success Rate Time
DoubleChromosomeSinglePointArithmeticTest 2 0 0 0 100% 0.003 s
FloatChromosomeSinglePointArithmeticTest 2 0 0 0 100% 0.004 s
IntChromosomeSinglePointArithmeticTest 2 0 0 0 100% 0.004 s

net.bmahe.genetics4j.core.postevaluationprocess

- Class Tests Errors Failures Skipped Success Rate Time
FitnessSharingTest 1 0 0 0 100% 0.026 s

net.bmahe.genetics4j.moo

- Class Tests Errors Failures Skipped Success Rate Time
FitnessVectorTest 15 0 0 0 100% 0.041 s
ParetoUtilsTest 2 0 0 0 100% 1.736 s

net.bmahe.genetics4j.gp.program

- Class Tests Errors Failures Skipped Success Rate Time
ProgramHelperTest 15 0 0 0 100% 0.159 s
StdProgramGeneratorTest 3 0 0 0 100% 0.011 s
FullProgramGeneratorTest 3 0 0 0 100% 0.012 s
GrowProgramGeneratorTest 3 0 0 0 100% 0.063 s

net.bmahe.genetics4j.core.util

- Class Tests Errors Failures Skipped Success Rate Time
GenotypeGeneratorTest 3 0 0 0 100% 0.082 s
IndividualUtilsTest 3 0 0 0 100% 2.038 s
MultiIntCounterTest 1 0 0 0 100% 0.015 s

net.bmahe.genetics4j.gp

- Class Tests Errors Failures Skipped Success Rate Time
SimpleGPTest 1 0 0 0 100% 0.007 s
OperationTest 3 0 0 0 100% 0.009 s
OperationFactoriesTest 36 0 0 0 100% 1.074 s
InputSpecTest 1 0 0 0 100% 0.003 s

net.bmahe.genetics4j.extras.evolutionlisteners

- Class Tests Errors Failures Skipped Success Rate Time
EvolutionStepTest 1 0 0 0 100% 0.069 s

net.bmahe.genetics4j.core.mutation.chromosome.creepmutation

- Class Tests Errors Failures Skipped Success Rate Time
FloatChromosomeCreepMutationHandlerTest 7 0 0 0 100% 0.012 s
DoubleChromosomeCreepMutationHandlerTest 7 0 0 0 100% 0.014 s
IntChromosomeCreepMutationHandlerTest 7 0 0 0 100% 0.015 s

net.bmahe.genetics4j.neat

- Class Tests Errors Failures Skipped Success Rate Time
NeatUtilsTest 19 0 0 0 100% 1.383 s
NeatEAExecutionContextsTest 2 0 0 0 100% 0.012 s
ActivationsTest 5 0 0 0 100% 0.024 s
InnovationManagerTest 1 0 0 0 100% 0.003 s
FeedForwardNetworkTest 1 0 0 0 100% 0.168 s

net.bmahe.genetics4j.core.evaluation

- Class Tests Errors Failures Skipped Success Rate Time
FitnessEvaluatorVirtualThreadTest 1 0 0 0 100% 0.007 s

net.bmahe.genetics4j.core.combination.multipointarithmetic

- Class Tests Errors Failures Skipped Success Rate Time
FloatChromosomeMultiPointArithmeticTest 3 0 0 0 100% 0.006 s
IntChromosomeMultiPointArithmeticTest 3 0 0 0 100% 0.008 s
DoubleChromosomeMultiPointArithmeticTest 3 0 0 0 100% 0.006 s

net.bmahe.genetics4j.core

- Class Tests Errors Failures Skipped Success Rate Time
FitnessTest 7 0 0 0 100% 0.013 s
EASystemTest 8 0 0 0 100% 0.071 s
PopulationIteratorTest 17 0 0 0 100% 0.024 s
GenotypeTest 4 0 0 0 100% 0.005 s
PopulationTest 5 0 0 0 100% 0.010 s

net.bmahe.genetics4j.core.mutation.chromosome.randommutation

- Class Tests Errors Failures Skipped Success Rate Time
IntChromosomeRandomMutationHandlerTest 5 0 0 0 100% 0.008 s
BitChromosomeRandomMutationHandlerTest 5 0 0 0 100% 0.006 s
FloatChromosomeRandomMutationHandlerTest 5 0 0 0 100% 0.007 s
DoubleChromosomeRandomMutationHandlerTest 5 0 0 0 100% 0.006 s

net.bmahe.genetics4j.core.chromosomes

- Class Tests Errors Failures Skipped Success Rate Time
BitChromosomeTest 13 0 0 0 100% 0.020 s
TreeChromosomeTest 2 0 0 0 100% 0.007 s
FloatChromosomeTest 6 0 0 0 100% 0.012 s
TreeNodeTest 6 0 0 0 100% 0.010 s
DoubleChromosomeTest 6 0 0 0 100% 0.013 s
IntChromosomeTest 15 0 0 0 100% 0.017 s

net.bmahe.genetics4j.core.combination.multipointcrossover

- Class Tests Errors Failures Skipped Success Rate Time
BitChromosomeMultiPointCrossoverTest 2 0 0 0 100% 0.004 s
IntChromosomeMultiPointCrossoverTest 2 0 0 0 100% 0.005 s
DoubleChromosomeMultiPointCrossoverTest 2 0 0 0 100% 0.004 s
FloatChromosomeMultiPointCrossoverTest 2 0 0 0 100% 0.004 s

net.bmahe.genetics4j.gp.chromosomes.factory

- Class Tests Errors Failures Skipped Success Rate Time
ProgramTreeChromosomeFactoryTest 4 0 0 0 100% 1.138 s

net.bmahe.genetics4j.neat.selection

- Class Tests Errors Failures Skipped Success Rate Time
NeatSelectorImplTest 4 0 0 0 100% 0.095 s
NeatSelectionPolicyHandlerTest 3 0 0 0 100% 0.151 s

net.bmahe.genetics4j.neat.combination

- Class Tests Errors Failures Skipped Success Rate Time
NeatChromosomeCombinatorTest 8 0 0 0 100% 0.067 s
NeatCombinationHandlerTest 3 0 0 0 100% 0.045 s

net.bmahe.genetics4j.gp.selection

- Class Tests Errors Failures Skipped Success Rate Time
DoubleTournamentSelectionPolicyHandlerTest 6 0 0 0 100% 0.245 s

net.bmahe.genetics4j.core.replacement

- Class Tests Errors Failures Skipped Success Rate Time
DeleteNLastImplTest 4 0 0 0 100% 0.057 s
ElitismImplTest 5 0 0 0 100% 0.019 s

net.bmahe.genetics4j.moo.nsga2.impl

- Class Tests Errors Failures Skipped Success Rate Time
TournamentNSGA2SelectorTest 9 0 0 0 100% 0.531 s
NSGA2SelectorTest 7 0 0 0 100% 3.275 s
NSGA2UtilsTest 1 0 0 0 100% 0.019 s
TournamentNSGA2SelectionPolicyHandlerTest 9 0 0 0 100% 0.081 s
NSGA2SelectionPolicyHandlerTest 8 0 0 0 100% 0.250 s

net.bmahe.genetics4j.core.evolutionlisteners

- Class Tests Errors Failures Skipped Success Rate Time
DefaultEvolutionListenerTest 18 0 0 0 100% 0.945 s
EvolutionListenersTest 7 0 0 0 100% 0.026 s
EvolutionListenerLogTopNTest 18 0 0 0 100% 1.140 s

net.bmahe.genetics4j.neat.mutation

- Class Tests Errors Failures Skipped Success Rate Time
DeleteConnectionPolicyHandlerTest 3 0 0 0 100% 0.009 s
DeleteNodePolicyHandlerTest 3 0 0 0 100% 0.009 s
NeatSwitchStatePolicyHandlerTest 3 0 0 0 100% 0.009 s
AddNodePolicyHandlerTest 3 0 0 0 100% 0.446 s
AddConnectionPolicyHandlerTest 3 0 0 0 100% 0.008 s
NeatConnectionWeightPolicyHandlerTest 3 0 0 0 100% 0.008 s

net.bmahe.genetics4j.gpu

- Class Tests Errors Failures Skipped Success Rate Time
SimpleTest 1 0 0 1 0% 1.231 s

net.bmahe.genetics4j.core.mutation

- Class Tests Errors Failures Skipped Success Rate Time
GenericMutatorImplTest 3 0 0 0 100% 0.040 s
RandomMutationPolicyHandlerTest 3 0 0 0 100% 0.004 s
SupersimpleTest 1 0 0 0 100% 0.044 s
CreepMutationPolicyHandlerTest 3 0 0 0 100% 0.004 s

net.bmahe.genetics4j.core.termination

- Class Tests Errors Failures Skipped Success Rate Time
TerminationsTest 5 0 0 0 100% 0.036 s

net.bmahe.genetics4j.gp.combination

- Class Tests Errors Failures Skipped Success Rate Time
ProgramRandomCombineHandlerTest 6 0 0 0 100% 0.021 s
ProgramChromosomeCombinatorTest 5 0 0 0 100% 0.010 s

net.bmahe.genetics4j.core.combination.singlepointcrossover

- Class Tests Errors Failures Skipped Success Rate Time
IntChromosomeSinglePointCrossoverTest 2 0 0 0 100% 0.003 s
DoubleChromosomeSinglePointCrossoverTest 2 0 0 0 100% 0.005 s
FloatChromosomeSinglePointCrossoverTest 2 0 0 0 100% 0.006 s
BitChromosomeSinglePointCrossoverTest 2 0 0 0 100% 0.004 s

net.bmahe.genetics4j.gp.utils

- Class Tests Errors Failures Skipped Success Rate Time
TreeNodeUtilsTest 2 0 0 0 100% 0.031 s
ProgramUtilsTest 4 0 0 0 100% 0.061 s

net.bmahe.genetics4j.core.selection

- Class Tests Errors Failures Skipped Success Rate Time
MultiTournamentsSelectionPolicyHandlerTest 4 0 0 0 100% 0.013 s
ProportionalTournamentSelectionPolicyHandlerTest 5 0 0 0 100% 0.120 s
RandomSelectionPolicyHandlerTest 4 0 0 0 100% 0.021 s
SelectiveRefinementTournamentSelectorTest 27 0 0 0 100% 0.058 s
TournamentSelectionPolicyHandlerTest 5 0 0 0 100% 0.014 s
RouletteWheelSelectionPolicyHandlerTest 5 0 0 0 100% 0.015 s

net.bmahe.genetics4j.neat.combination.parentcompare

- Class Tests Errors Failures Skipped Success Rate Time
FitnessComparisonHandlerTest 2 0 0 0 100% 0.007 s
FitnessThenSizeComparisonHandlerTest 2 0 0 0 100% 0.005 s

net.bmahe.genetics4j.neat.chromosomes.factory

- Class Tests Errors Failures Skipped Success Rate Time
NeatEmptyChromosomeFactoryTest 4 0 0 0 100% 0.041 s
NeatConnectedChromosomeFactoryTest 5 0 0 0 100% 2.600 s

net.bmahe.genetics4j.core.combination.ordercrossover

- Class Tests Errors Failures Skipped Success Rate Time
IntChromosomeOrderCrossoverTest 3 0 0 0 100% 0.007 s

net.bmahe.genetics4j.core.chromosomes.factory

- Class Tests Errors Failures Skipped Success Rate Time
DoubleChromosomeFactoryTest 4 0 0 0 100% 0.021 s
FloatChromosomeFactoryTest 4 0 0 0 100% 0.009 s
BitChromosomeFactoryTest 3 0 0 0 100% 0.006 s
ChromosomeFactoryProviderTest 5 0 0 0 100% 0.007 s
IntChromosomeFactoryTest 4 0 0 0 100% 0.076 s

net.bmahe.genetics4j.gp.math

- Class Tests Errors Failures Skipped Success Rate Time
CoefficientOperationTest 1 0 0 0 100% 0.009 s

net.bmahe.genetics4j.neat.mutation.chromosome

- Class Tests Errors Failures Skipped Success Rate Time
NeatChromosomeConnectionWeightMutationHandlerTest 5 0 0 0 100% 0.103 s
NeatChromosomeAddNodeMutationHandlerTest 2 0 0 0 100% 0.150 s
AbstractNeatChromosomeConnectionMutationHandlerTest 3 0 0 0 100% 0.016 s
NeatChromosomeCreepMutationHandlerTest 2 0 0 0 100% 0.011 s
NeatChromosomeDeleteConnectionTest 4 0 0 0 100% 0.019 s
NeatChromosomeRandomMutationHandlerTest 2 0 0 0 100% 0.009 s
NeatChromosomeDeleteNodeMutationHandlerTest 5 0 0 0 100% 0.022 s
NeatChromosomeSwitchStateHandlerTest 2 0 0 0 100% 0.007 s
NeatChromosomeAddConnectionTest 7 0 0 0 100% 0.039 s

Test Cases

[Summary] [Package List] [Test Cases]

GenericMutatorImplTest

constructor 0.003 s
mutateNull 0.033 s
mutate 0.002 s

RandomMutationPolicyHandlerTest

randomIsRequired 0.001 s
canHandle 0 s
canHandleRequireMutation 0.001 s

DeleteNLastImplTest

select 0.008 s
ctorNullArgs 0.002 s
ctorNullSpec 0.045 s
ctorNullSelector 0.001 s

BitChromosomeTest

countZerosPartial 0.001 s
noNegativeSize 0.001 s
noNullBitSet 0.001 s
countOnesPartial 0.001 s
simple 0.001 s
countZerosEmpty 0.001 s
countZerosAll 0 s
countOnesEmpty 0.001 s
countOnesAll 0.001 s
countSingleBit 0 s
countOnesAndZerosSumToTotal 0.001 s
sizeAndBitSetMustMatch 0.001 s
noZeroSize 0.001 s

IntChromosomeSinglePointCrossoverTest

randomIsRequired 0.001 s
combineTest 0.001 s

SupersimpleTest

simple 0.042 s

TreeChromosomeTest

simple 0.004 s
nullRootCtor 0.001 s

DoubleChromosomeSinglePointCrossoverTest

randomIsRequired 0.002 s
combineTest 0.002 s

FitnessTest

forChromosome_validMultipleChromosomes 0.002 s
forChromosome_indexOutOfBounds 0.002 s
forChromosome_classCastException 0.002 s
forChromosome_negativeIndex 0.001 s
forChromosome_nullFunction 0.001 s
forChromosome_zeroIndexValid 0.001 s
forChromosome_validSingleChromosome 0.001 s

IntChromosomeRandomMutationHandlerTest

randomIsRequired 0.001 s
canHandleNullChromosomeSpec 0.001 s
canHandle 0.001 s
mutateValidate 0.002 s
canHandleNullMutationSpec 0.001 s

IntEdgeRecombinationCrossoverTest

simple 0.004 s

FloatChromosomeTest

simple 0.003 s
sizeAndValueLengthDontMatch 0.001 s
negativeSize 0.001 s
zeroSize 0.001 s
noValues 0.001 s
minGreaterThanMax 0.001 s

FloatChromosomeMultiPointArithmeticTest

randomIsRequired 0.002 s
combineTest 0.001 s
combinationPolicyIsRequired 0.001 s

TreeNodeTest

staticFactoryOneChild 0.001 s
staticFactoryNullData 0.002 s
staticFactoryEmptyChildren 0.001 s
staticFactoryNullChildren 0 s
staticFactoryAllNull 0.001 s
staticFactoryMultipleChildren 0.001 s

DoubleChromosomeSinglePointArithmeticTest

randomIsRequired 0.002 s
combineTest 0.001 s

BitChromosomeMultiPointCrossoverTest

randomIsRequired 0.002 s
combineTest 0.002 s

GenotypeGeneratorTest

constructorArgsPresent 0.027 s
usingCustomGenerator 0.038 s
usingDefaultGenerator 0.013 s

IntChromosomeOrderCrossoverTest

randomIsRequired 0.001 s
combineTest 0.002 s
combineBoundsWrappingTest 0.001 s

MultiTournamentsSelectionPolicyHandlerTest

randomIsRequired 0.001 s
canHandle 0.003 s
canHandleRequireSelection 0.001 s
selectMaxThenMin 0.006 s

TerminationsTest

ofMaxGenerationInvalid 0.002 s
ofStableFitnessWithImprovement 0.010 s
ofMaxGeneration 0.001 s
ofStableFitnessNoImprovement 0.001 s
ofStableFitnessInvalid 0.002 s

DoubleChromosomeFactoryTest

randomIsRequired 0.001 s
canHandleTest 0.004 s
canHandleMissingParameter 0.001 s
generateTest 0.014 s

ProportionalTournamentSelectionPolicyHandlerTest

randomIsRequired 0.001 s
selectMinimize 0.010 s
canHandle 0.001 s
canHandleRequireSelection 0.001 s
selectMaximize 0.103 s

FitnessEvaluatorVirtualThreadTest

testVirtualThreadFactory 0.006 s

FloatChromosomeCreepMutationHandlerTest

randomIsRequired 0.001 s
canHandleNullChromosomeSpec 0.001 s
mutateValidateAboveMax 0.001 s
mutateValidateBelowMin 0.001 s
canHandle 0.001 s
mutateValidate 0.002 s
canHandleNullMutationSpec 0 s

BitChromosomeRandomMutationHandlerTest

randomIsRequired 0.001 s
canHandleNullChromosomeSpec 0.001 s
canHandle 0.001 s
mutateValidate 0.002 s
canHandleNullMutationSpec 0.001 s

DefaultEvolutionListenerTest

testPreEvaluationConfiguresComparator 0.861 s
testGenerationSkipping 0.006 s
testStringFitnessType 0.005 s
testCustomPrettyPrinter 0.005 s
testCustomFitnessType 0.005 s
testCustomComparator 0.002 s
testConstructorValidation 0.019 s
testTopNLargerThanPopulation 0.003 s
testBasicFunctionality 0.002 s
testTopNFunctionality 0.003 s
testTimestampInOutput 0.002 s
testOnEvolutionWithoutPreEvaluation 0.002 s
testNullParameterValidation 0.001 s
testEmptyPopulation 0.002 s
testWithAllConstructorParameters 0.003 s
testThreadNameInOutput 0.003 s
testCompletionStatus 0.003 s
testPreEvaluationNullValidation 0.001 s

RandomSelectionPolicyHandlerTest

randomIsRequired 0.001 s
select 0.016 s
canHandle 0 s
canHandleRequireSelection 0.001 s

ElitismImplTest

ctorNoElitismSpec 0.004 s
simple 0.003 s
atLeastSpecified 0.004 s
ctorNoOffspringSelector 0.002 s
ctorNoSurvivorSelector 0.002 s

DoubleChromosomeCreepMutationHandlerTest

randomIsRequired 0.001 s
canHandleNullChromosomeSpec 0.001 s
mutateValidateAboveMax 0.005 s
mutateValidateBelowMin 0.002 s
canHandle 0.001 s
mutateValidate 0.002 s
canHandleNullMutationSpec 0.001 s

EASystemTest

testEvolveWithImmediateTermination 0.021 s
testEvolveWithPostEvaluationProcessor 0.016 s
testGetterMethods 0.002 s
testEvolveWithIntChromosome 0.007 s
testEvaluateOnceWithDifferentGenerations 0.004 s
testSystemConstruction 0.002 s
testEvaluateOnce 0.002 s
testEvolveWithBitChromosome 0.010 s

SelectiveRefinementTournamentSelectorTest

selectWithMinimization 0.007 s
selectForRefinementRequiresCandidateA 0.002 s
selectForRefinementRequiresCandidateB 0.001 s
selectRequiresNonNullEAConfiguration 0.001 s
constructorRequiresRandomGenerator 0.001 s
selectRequiresNonNullPopulation 0.001 s
selectForFitnessRequiresNonEmptyFitnessScore 0.001 s
randomIndividualRequiresNonEmptyFitnessScore 0.002 s
selectForFitnessRequiresNonNullPopulation 0.001 s
selectRequiresNonNullFitnessScore 0.001 s
randomIndividualRequiresMatchingSizes 0.002 s
selectForRefinementSelectsCandidateAWhenBetter 0.001 s
selectForRefinementRequiresRefinementComparator 0.001 s
selectWithoutRefinement 0.003 s
randomIndividualReturnsValidIndividual 0.002 s
randomIndividualRequiresFitnessScore 0.001 s
selectWithRefinementApplied 0.002 s
selectRequiresNonNegativeGeneration 0.001 s
constructorRequiresSelectiveRefinementTournament 0.001 s
selectForRefinementRandomlySelectsWhenEqualHighValue 0.002 s
randomIndividualRequiresPopulation 0.001 s
selectRequiresMatchingPopulationAndFitnessSize 0.001 s
selectForFitnessRequiresNonNullFitnessScore 0.001 s
selectRequiresPositiveNumIndividuals 0.002 s
selectForRefinementSelectsCandidateBWhenBetter 0.001 s
selectForRefinementRandomlySelectsWhenEqual 0.001 s
selectForFitnessSelectsBestFromTournament 0.001 s

CreepMutationPolicyHandlerTest

randomIsRequired 0.001 s
canHandle 0.001 s
canHandleRequireMutation 0.001 s

TournamentSelectionPolicyHandlerTest

randomIsRequired 0.001 s
selectMinimize 0.004 s
canHandle 0.001 s
canHandleRequireSelection 0.001 s
selectMaximize 0.003 s

FloatChromosomeFactoryTest

randomIsRequired 0.001 s
canHandleTest 0.002 s
canHandleMissingParameter 0.001 s
generateTest 0.003 s

IntChromosomeMultiPointCrossoverTest

randomIsRequired 0.002 s
combineTest 0.002 s

PopulationIteratorTest

completeIteration 0.002 s
iteratorWithJavaIteratorInterface 0.001 s
nextOnEmptyPopulation 0.001 s
multipleIteratorsOnSamePopulation 0.001 s
singleElementPopulation 0.001 s
iteratorIntegrationWithWhileLoop 0.001 s
nextReturnsCorrectIndividual 0.001 s
constructorWithValidPopulation 0 s
hasNextOnEmptyPopulation 0 s
iteratorStateConsistency 0 s
constructorWithNullPopulation 0.001 s
iteratorIntegrationWithEnhancedForLoop 0 s
iteratorWithDifferentGeneticTypes 0.001 s
nextAfterIterationComplete 0.001 s
nextAdvancesIterator 0 s
hasNextMultipleCalls 0 s
hasNextOnNonEmptyPopulation 0 s

GenotypeTest

simple 0.001 s
nullChromosomeCollectionCtor 0.001 s
emptyChromosomeCollectionCtor 0.001 s
nullChromosomeArrayCtor 0.001 s

FloatChromosomeSinglePointArithmeticTest

randomIsRequired 0.002 s
combineTest 0.001 s

IndividualUtilsTest

fitnessBasedComparatorNoArg 1.381 s
fitnessBasedComparatorMaximize 0.074 s
fitnessBasedComparatorMinimize 0.003 s

IntChromosomeMultiPointArithmeticTest

randomIsRequired 0.002 s
combineTest 0.004 s
combinationPolicyIsRequired 0.001 s

EvolutionListenersTest

testOfDefaultWithCustomComparableFitness 0.004 s
testOfDefaultBasic 0.001 s
testOfDefaultWithPrettyPrinter 0.002 s
testOfDefaultWithStringFitness 0.001 s
testOfDefaultWithAllParameters 0.005 s
testOfDefaultWithTopNAndSkipN 0.001 s
testOfDefaultWithSkipN 0.001 s

DoubleChromosomeTest

simple 0.002 s
sizeAndValueLengthDontMatch 0.001 s
negativeSize 0.001 s
zeroSize 0.002 s
noValues 0.002 s
minGreaterThanMax 0.001 s

BitChromosomeFactoryTest

randomIsRequired 0.001 s
canHandleTest 0.001 s
generateTest 0.002 s

FitnessSharingTest

simple 0.023 s

FloatChromosomeSinglePointCrossoverTest

randomIsRequired 0.001 s
combineTest 0.001 s

MultiIntCounterTest

basicValidation 0.012 s

DoubleChromosomeMultiPointArithmeticTest

randomIsRequired 0.002 s
combineTest 0.001 s
combinationPolicyIsRequired 0 s

ChromosomeFactoryProviderTest

bitChromosomeSpec 0 s
simple 0 s
unknownChromosomeSpec 0.001 s
nullChromosomeSpec 0.001 s
intChromosomeSpec 0.001 s

DoubleChromosomeMultiPointCrossoverTest

randomIsRequired 0.002 s
combineTest 0.002 s

IntChromosomeSinglePointArithmeticTest

randomIsRequired 0.001 s
combineTest 0.001 s

FloatChromosomeRandomMutationHandlerTest

randomIsRequired 0.001 s
canHandleNullChromosomeSpec 0.001 s
canHandle 0.001 s
mutateValidate 0.001 s
canHandleNullMutationSpec 0.001 s

DoubleChromosomeRandomMutationHandlerTest

randomIsRequired 0.001 s
canHandleNullChromosomeSpec 0.001 s
canHandle 0 s
mutateValidate 0.002 s
canHandleNullMutationSpec 0.001 s

FloatChromosomeMultiPointCrossoverTest

randomIsRequired 0.002 s
combineTest 0.002 s

RouletteWheelSelectionPolicyHandlerTest

randomIsRequired 0.001 s
canHandle 0 s
selectMinimizing 0.005 s
canHandleRequireSelection 0.001 s
selectMaximizing 0.003 s

EvolutionListenerLogTopNTest

testGenerationSkipping 1.079 s
testStringFitnessType 0.004 s
testCustomPrettyPrinter 0.003 s
testCustomFitnessType 0.005 s
testCustomComparator 0.003 s
testConstructorValidation 0.004 s
testTopNLargerThanPopulation 0.003 s
testOnEvolutionWithoutPreEvaluation 0.003 s
testEmptyPopulation 0.002 s
testPreEvaluationSetsUpComparator 0.002 s
testLargeSkipValue 0.004 s
testZeroSkipLogsEveryGeneration 0.003 s
testBasicTopNLogging 0.002 s
testUsesEAConfigurationComparatorWhenUserComparatorIsNull 0.003 s
testConvenienceConstructor 0.003 s
testSingleIndividual 0.003 s
testPreEvaluationNullValidation 0.002 s
testDefaultPrettyPrinter 0.002 s

IntChromosomeFactoryTest

randomIsRequired 0.001 s
canHandleTest 0.001 s
canHandleMissingParameter 0.002 s
generateTest 0.071 s

BitChromosomeSinglePointCrossoverTest

randomIsRequired 0.001 s
combineTest 0.001 s

IntChromosomeCreepMutationHandlerTest

randomIsRequired 0.001 s
canHandleNullChromosomeSpec 0.004 s
mutateValidateAboveMax 0.003 s
mutateValidateBelowMin 0.002 s
canHandle 0 s
mutateValidate 0.001 s
canHandleNullMutationSpec 0.001 s

PopulationTest

ctorDifferentSizes 0.002 s
simple 0.003 s
empty 0.001 s
ctorNoGenotype 0.001 s
ctorNoFitness 0.001 s

IntChromosomeTest

testCountNonZeros 0 s
testSumSingleElement 0.001 s
testSum 0.001 s
testCountNonZerosWithNegativeValues 0.001 s
simple 0 s
testSumWithNegativeValues 0 s
sizeAndValueLengthDontMatch 0.001 s
negativeSize 0.001 s
testSumWithAllZeros 0 s
zeroSize 0 s
noValues 0 s
testCountNonZerosWithNoZeros 0 s
testCountNonZerosSingleElement 0 s
minGreaterThanMax 0 s
testCountNonZerosWithAllZeros 0 s

CoefficientOperationTest

acceptedTypes 0.001 s

NodeReplacementPolicyHandlerTest

noCtorArguments 0.003 s
createMutator 0.006 s
canHandle 0.001 s
noProgramGeneratorCtorArguments 0.002 s
canHandleNoMutationPolicy 0.002 s
canHandleNoMutationPolicyHandlerResolver 0.002 s
noRandomCtorArguments 0.002 s

ProgramRulesApplicatorPolicyHandlerTest

createMutator 0.003 s
canHandle 0.003 s
canHandleNoMutationPolicy 0.002 s
canHandleNoMutationPolicyHandlerResolver 0.003 s

SimpleGPTest

simple 0.006 s

ProgramRulesApplicatorMutatorTest

dupplicateAndApplyNoApplicableRule 0.075 s
mutateWithOneApplicableRule 0.034 s
ctorNoRules 0.002 s
dupplicateAndApplyWithOneApplicableRule 0.002 s
mutateNoApplicableRule 0.002 s
ctorEmptyRules 0.002 s

ProgramRandomPrunePolicyHandlerTest

noCtorArguments 0.002 s
createMutator 0.006 s
canHandle 0.001 s
noProgramGeneratorCtorArguments 0.001 s
canHandleNoMutationPolicy 0.003 s
canHandleNoMutationPolicyHandlerResolver 0.002 s
noRandomCtorArguments 0.001 s

ProgramRandomPruneMutatorTest

simple 0.007 s
noMutate 0.002 s

OperationTest

checkNotTerminal 0.001 s
simple 0.002 s
checkTerminal 0.001 s

NodeReplacementMutatorTest

simple 0.003 s
noMutate 0.002 s
findReplacementCandidates 0.003 s

OperationFactoriesTest

ofUnaryNullReturned 0.059 s
ofBinary 0.010 s
ofTerminalBlankName 0.029 s
ofOperationSupplierNullAccept 0.003 s
ofUnaryBlankName 0.002 s
ofUnary 0.002 s
ofTerminalNullReturned 0.003 s
ofBinaryBlankName 0.002 s
ofTerminal 0.003 s
ofBinaryNullFunction 0.005 s
ofFunctionNullReturned 0.009 s
ofTerminalNullName 0.002 s
ofBiFunction 0.003 s
ofBinaryNullName 0.003 s
ofTerminalEmptyName 0.004 s
ofUnaryNullFunction 0.005 s
ofUnaryEmptyName 0.009 s
ofBiFunctionNullName 0.007 s
ofFunctionNullAccept 0.003 s
ofBinaryEmptyName 0.002 s
ofBiFunctionNullAccept 0.002 s
ofOperationSupplierNullReturned 0.002 s
ofTerminalNullFunction 0.002 s
ofUnaryNullAccepted 0.003 s
ofBiFunctionNullReturned 0.007 s
ofBiFunctionBlankName 0.007 s
ofFunctionNullFunction 0.005 s
ofOperationSupplier 0.010 s
ofUnaryNullName 0.002 s
ofFunction 0.005 s
ofBinaryNullAccepted1 0.009 s
ofBinaryNullAccepted2 0.003 s
ofBinaryNullReturned 0.002 s
ofOperationSupplierNullFunction 0.005 s
ofBiFunctionEmptyName 0.007 s
ofBiFunctionNullFunction 0.003 s

ProgramHelperTest

pickRandomTerminalNoProgram 0.001 s
pickRandomFunctionWithConstraintButNoFunctionAvailable 0.003 s
pickRandomTerminalWithConstraintButNoTerminalAvailable 0.002 s
pickRandomTerminal 0.108 s
pickRandomTerminalButNoTerminal 0.002 s
pickRandomFunctionWithConstraint 0.002 s
pickRandomTerminalOrFunciton 0.003 s
pickRandomTerminalOrFunctionWithConstraint 0.017 s
pickRandomFunctionButNoFunction 0.002 s
pickRandomFunctionSingleFunction 0.002 s
pickRandomFunctionNoProgram 0 s
pickRandomTerminalWithConstraint 0.002 s
checkRandomCtor 0.001 s
pickRandomFunction 0.002 s
pickRandomTerminalSingleFunction 0.002 s

ProgramRandomMutatePolicyHandlerTest

noCtorArguments 0.003 s
createMutator 2.734 s
canHandle 0.006 s
noProgramGeneratorCtorArguments 0.003 s
canHandleNoMutationPolicy 0.004 s
canHandleNoMutationPolicyHandlerResolver 0.003 s
noRandomCtorArguments 0.002 s

InputSpecTest

inputSizeValidation 0.001 s

TreeNodeUtilsTest

areSame 0.008 s
compare 0.015 s

ProgramRandomMutateMutatorTest

simple 0.004 s
noMutate 0.002 s

DoubleTournamentSelectionPolicyHandlerTest

randomIsRequired 0.002 s
selectMinimize 0.213 s
canHandle 0.002 s
canHandleRequireSelection 0.001 s
selectMaximizeAndDoFitnessLast 0.013 s
selectMaximize 0.007 s

StdProgramGeneratorTest

checkNoParamCtor 0.001 s
generateWithRootType 0.003 s
generate 0.003 s

ProgramTreeChromosomeFactoryTest

generateSimple 1.109 s
mustHaveASpecForCanHandle 0.001 s
mustHaveAProgramGenerator 0.003 s
mustHandleProgramTreeChromosomeSpec 0.010 s

FullProgramGeneratorTest

checkNoParamCtor 0.003 s
generateWithRootType 0.004 s
generate 0.003 s

ProgramUtilsTest

checkInput 0.033 s
simpleTerminal 0.002 s
complexTest 0.001 s
incompatibleInput 0.009 s

ProgramRandomCombineHandlerTest

resolveNoChromosomeSpec 0.004 s
resolveNoResolver 0.001 s
noRandomParameter 0.001 s
canHandle 0.004 s
resolveNoCombinationPolicy 0.003 s
resolve 0.003 s

ProgramChromosomeCombinatorTest

combineNoCommonTypes 0.004 s
simpleCombine 0.002 s
noRandomParameter 0.001 s
returnedTypeToNode 0.001 s
copyAndReplace 0.001 s

GrowProgramGeneratorTest

checkNoParamCtor 0.002 s
generateWithRootType 0.055 s
generate 0.003 s

TournamentNSGA2SelectorTest

selectNullFitness 0.125 s
selectNothing 0.010 s
selectNullPopulation 0.004 s
simple 0.359 s
ctorNullSelectionSpec 0.002 s
selectPopulationFitnessDontMatch 0.003 s
ctorNullRandom 0.002 s
ctorAllNull 0.001 s
selectNullEaConfiguration 0.002 s

NSGA2SelectorTest

selectNullFitness 3.183 s
selectNothing 0.012 s
selectNullPopulation 0.008 s
simple 0.022 s
selectPopulationFitnessDontMatch 0.004 s
selectNullEaConfiguration 0.004 s
ctorNoSelectionPolicy 0.002 s

NSGA2UtilsTest

simple 0.015 s

TournamentNSGA2SelectionPolicyHandlerTest

resolveWrongSelectionSpec 0.007 s
ctorNullArg 0.002 s
resolveNoSpec 0.012 s
canHandle 0.002 s
resolveNoSelectionSpec 0.009 s
resolveNoGSD 0.010 s
resolveNoSHR 0.011 s
canHandleNullArg 0.004 s
resolve 0.009 s

NSGA2SelectionPolicyHandlerTest

resolveWrongSelectionSpec 0.130 s
resolveNoSpec 0.040 s
canHandle 0.004 s
resolveNoSelectionSpec 0.006 s
resolveNoGSD 0.006 s
resolveNoSHR 0.006 s
canHandleNullArg 0.002 s
resolve 0.007 s

FitnessVectorTest

dominanceChecks 0.001 s
ctorEmptyComparatorArg 0.001 s
ctorNotSameSizeComparatorArg 0.001 s
simpleChecks 0.004 s
ctorNoComparatorArg 0.002 s
ctorEmptyArg 0.002 s
negativeGetIndex 0.002 s
negativeComparatorGetIndex 0.001 s
comparatorGetIndex 0.002 s
outOfBoundComparatorGetIndex 0.001 s
ctorNoArg 0.002 s
ctorEmptyVectorArg 0.002 s
outOfBoundGetIndex 0.002 s
ctorNoArgArr 0.001 s
dominanceCheckDifferentDimensions 0.002 s

ParetoUtilsTest

simple 0.113 s
simple2 0.004 s

SimpleTest

simple 0 s
- Need to fix Gitlab runner environment -

EvolutionStepTest

validConstructor 0.031 s

NeatSelectorImplTest

eliminateLowestPerformers 0.036 s
constructor 0.002 s
select 0.026 s
simple 0.028 s

NeatUtilsTest

computeForwardLinksEmptyConnections 0.064 s
computeBackwardLinksDuplicateConnection 0.025 s
compatibilityDistanceDisjointsGenes 0.006 s
computeBackwardConnectionsNotNullInput 0.031 s
computeBackwardConnections 0.032 s
computeBackwardLinksEmptyConnections 0.003 s
computeDeadNodesNotNullInput 0.003 s
computeBackwardConnectionsEmptyConnections 0.002 s
computeBackwardConnectionsDuplicateConnection 0.002 s
partitionLayersNodes 0.011 s
compatibilityDistanceWeight 0.003 s
compatibilityDistanceSame 0.001 s
computeDeadNodes 0.007 s
computeForwardLinksDuplicateConnection 0.006 s
computeBackwardLinksNotNullInput 0.003 s
computeBackwardLinks 0.003 s
computeForwardLinks 0.004 s
compatibilityDistanceExcessGenes 0.002 s
computeForwardLinksNotNullInput 0.001 s

DeleteConnectionPolicyHandlerTest

constructorNullParam 0.002 s
createMutator 0.002 s
canHandleRequireMutation 0.002 s

NeatEAExecutionContextsTest

enrichWithNeat 0.009 s
standard 0.003 s

DeleteNodePolicyHandlerTest

constructorNullParam 0.002 s
createMutator 0.002 s
canHandleRequireMutation 0.002 s

NeatSwitchStatePolicyHandlerTest

constructorNullParam 0.001 s
createMutator 0.002 s
canHandleRequireMutation 0.002 s

AddNodePolicyHandlerTest

constructorNullParam 0.004 s
createMutator 0.429 s
canHandleRequireMutation 0.004 s

NeatChromosomeConnectionWeightMutationHandlerTest

constructor 0.003 s
mutate 0.081 s
perturbateWeight 0.002 s
canHandle 0.004 s
mutateConnection 0.006 s

NeatChromosomeAddNodeMutationHandlerTest

constructor 0.004 s
mutateConnection 0.143 s

AbstractNeatChromosomeConnectionMutationHandlerTest

constructor 0.004 s
mutate 0.005 s
canHandle 0.004 s

NeatChromosomeCombinatorTest

constructorNeedsRandom 0.047 s
shouldAlwaysReEnable 0.005 s
combinePickWorstReEnable 0.003 s
shouldNeverReEnable 0.001 s
combinePickWorstNoReEnable 0.002 s
constructorNeedsCombinationPolicy 0.001 s
combinePickBestNoReEnable 0.002 s
combinePickBestReEnable 0.002 s

NeatChromosomeCreepMutationHandlerTest

constructor 0.003 s
mutateConnection 0.005 s

NeatChromosomeDeleteConnectionTest

constructor 0.002 s
canHandle 0.003 s
mutateEmptyConnection 0.005 s
mutateConnectionExist 0.005 s

NeatChromosomeRandomMutationHandlerTest

constructor 0.003 s
mutateConnection 0.003 s

NeatChromosomeDeleteNodeMutationHandlerTest

constructor 0.005 s
canHandle 0.004 s
mutateConnectionOnlyOneNonInputOutputFromNode 0.004 s
mutateConnectionEmpty 0.002 s
mutateConnectionOnlyOneNonInputOutputToNode 0.002 s

AddConnectionPolicyHandlerTest

constructorNullParam 0.001 s
createMutator 0.002 s
canHandleRequireMutation 0.002 s

NeatCombinationHandlerTest

randomIsRequired 0.001 s
canTest 0.038 s
resolve 0.005 s

NeatChromosomeSwitchStateHandlerTest

constructor 0.002 s
mutateConnection 0.003 s

NeatEmptyChromosomeFactoryTest

invalidCanHandle 0.011 s
canHandle 0.008 s
invalidGenerate 0.014 s
generate 0.002 s

NeatChromosomeTest

minWeightGreaterThanMaxWeight 0.004 s
simple 0.016 s
negativeInput 0.003 s
noOutput 0.003 s
negativeOutput 0.005 s
noInput 0.006 s
nullConnections 0.001 s

NeatConnectionWeightPolicyHandlerTest

constructorNullParam 0.001 s
createMutator 0.002 s
canHandleRequireMutation 0.002 s

ActivationsTest

verifyNotNull 0.012 s
verifyTanh 0.003 s
verifyLinear 0.002 s
verifyIdentity 0.002 s
verifyNeatSigmoid 0.001 s

InnovationManagerTest

simple 0.001 s

NeatSelectionPolicyHandlerTest

constructor 0.003 s
canHandle 0.009 s
resolve 0.138 s

FitnessComparisonHandlerTest

canHandle 0.003 s
compare 0.003 s

NeatConnectedChromosomeFactoryTest

validateConstructor 0.002 s
invalidCanHandle 0.004 s
canHandle 0.001 s
invalidGenerate 0.002 s
generate 2.560 s

NeatChromosomeAddConnectionTest

mutateConnectionFromOutput 0.008 s
constructor 0.002 s
mutateConnectionToInput 0.005 s
mutate 0.006 s
mutateConnectionFromAndToAreSame 0.005 s
canHandle 0.003 s
mutateConnectionExist 0.005 s

FeedForwardNetworkTest

simple 0.164 s

FitnessThenSizeComparisonHandlerTest

canHandle 0.001 s
compare 0.001 s

Failure Details

[Summary] [Package List] [Test Cases]


simple
- skipped: Need to fix Gitlab runner environment