Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 28
Timestamp:
07/07/09 21:40:41 (
15 years
ago)
Author:
mszubert
Message:
cecj - coEvolutionary Computation in Java with additional games package
Location:
java/ecj
Files:
93 added
.
(added)
cecj
(added)
cecj/app
(added)
cecj/app/numbers_game
(added)
cecj/app/numbers_game/CompareOnAllGame.java
(added)
cecj/app/numbers_game/CompareOnOneGame.java
(added)
cecj/app/numbers_game/MultiDimensionalNumbersGame.java
(added)
cecj/app/numbers_game/MultiDimensionalNumbersGame1.java
(added)
cecj/app/numbers_game/MultiDimensionalNumbersGame2.java
(added)
cecj/app/numbers_game/SingleDimensionalNumbersGame.java
(added)
cecj/app/numbers_game/singlePopArchivingSingleDimNumbersGame.params
(added)
cecj/app/numbers_game/singlePopSingleDimNumbersGame.params
(added)
cecj/app/numbers_game/tournamentSingleDimNumbersGame.params
(added)
cecj/app/numbers_game/twoPopMultiDimNumbersGame.params
(added)
cecj/app/numbers_game/twoPopSingleDimNumbersGame.params
(added)
cecj/app/numbers_game/twoPopSingleDimNumbersGameRandomSampling.params
(added)
cecj/app/othello
(added)
cecj/app/othello/Othello.java
(added)
cecj/app/othello/OthelloBestEvolvedPlayer.java
(added)
cecj/app/othello/OthelloBoard.java
(added)
cecj/app/othello/OthelloGame.java
(added)
cecj/app/othello/OthelloHeuristicPlayer.java
(added)
cecj/app/othello/OthelloMove.java
(added)
cecj/app/othello/OthelloPlayer.java
(added)
cecj/app/othello/OthelloPlayerFitnessCalculator.java
(added)
cecj/app/othello/OthelloRandomPlayer1.java
(added)
cecj/app/othello/OthelloRandomPlayer2.java
(added)
cecj/app/othello/OthelloTDLImprover.java
(added)
cecj/app/othello/othelloSinglePopCoevolution.params
(added)
cecj/app/othello/othelloTDLImprovingCoevolution.params
(added)
cecj/archive
(added)
cecj/archive/ArchiveRandomSelection.java
(added)
cecj/archive/ArchivingSubpopulation.java
(added)
cecj/archive/BestOfGenerationArchive.java
(added)
cecj/archive/CandidateTestArchive.java
(added)
cecj/archive/CoevolutionaryArchive.java
(added)
cecj/archive/IPCArchive.java
(added)
cecj/archive/LAPCArchive.java
(added)
cecj/archive/MaxSolveArchive.java
(added)
cecj/archive/ParetoCoevolutionArchive.java
(added)
cecj/eval
(added)
cecj/eval/ArchivingCoevolutionaryEvaluator.java
(added)
cecj/eval/CoevolutionaryEvaluator.java
(added)
cecj/eval/SimpleCoevolutionaryEvaluator.java
(added)
cecj/eval/TDLImprovingEvaluator.java
(added)
cecj/eval/TournamentCoevolutionaryEvaluator.java
(added)
cecj/fitness
(added)
cecj/fitness/CompetitiveFitnessSharing.java
(added)
cecj/fitness/FitnessAggregateMethod.java
(added)
cecj/fitness/SimpleSumFitness.java
(added)
cecj/interaction
(added)
cecj/interaction/InterPopulationInteractionScheme.java
(added)
cecj/interaction/InteractionResult.java
(added)
cecj/interaction/InteractionScheme.java
(added)
cecj/interaction/IntraPopulationInteractionScheme.java
(added)
cecj/interaction/LearnerTeacherInteractionScheme.java
(added)
cecj/interaction/RealValuedResult.java
(added)
cecj/interaction/WinDrawLossResult.java
(added)
cecj/problems
(added)
cecj/problems/CoevolutionaryProblem.java
(added)
cecj/problems/SymmetricCompetitionProblem.java
(added)
cecj/problems/SymmetricTestBasedProblem.java
(added)
cecj/problems/SymmetricTestBasedProblemCachingDecorator.java
(added)
cecj/problems/TestBasedProblem.java
(added)
cecj/problems/TestBasedProblemCachingDecorator.java
(added)
cecj/sampling
(added)
cecj/sampling/AllSamplingMethod.java
(added)
cecj/sampling/NullSamplingMethod.java
(added)
cecj/sampling/RandomSamplingMethod.java
(added)
cecj/sampling/SamplingMethod.java
(added)
cecj/statistics
(added)
cecj/statistics/AverageObjectiveFitnessChartStatistics.java
(added)
cecj/statistics/AverageObjectiveFitnessStatistics.java
(added)
cecj/statistics/AverageSubjectiveFitnessChartStatistics.java
(added)
cecj/statistics/CoevolutionaryStatistics.java
(added)
cecj/statistics/ObjectiveFitnessCalculator.java
(added)
cecj/statistics/SimpleCoevolutionaryStatistics.java
(added)
cecj/utils
(added)
cecj/utils/EquivalenceComparator.java
(added)
cecj/utils/Pair.java
(added)
games
(added)
games/Board.java
(added)
games/BoardGame.java
(added)
games/GameMove.java
(added)
games/OthelloTDL.java
(added)
games/Player.java
(added)
games/ec
(added)
games/ec/TDLImprover.java
(added)
games/scenarios
(added)
games/scenarios/GameScenario.java
(added)
games/scenarios/RandomizedTwoPlayersGameScenario.java
(added)
games/scenarios/SelfPlayTDLScenario.java
(added)
games/scenarios/SimpleTwoPlayersGameScenario.java
(added)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive