Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
44
for
java
Timestamp:
12/05/09 17:59:55 (
15 years
ago)
Author:
mszubert
Message:
cecj, framsticks and games packages imported
Location:
java/ecj
Files:
120 added
.
(added)
cecj
(added)
cecj/app
(added)
cecj/app/BoardGameProblem.java
(added)
cecj/app/go
(added)
cecj/app/go/Go.java
(added)
cecj/app/go/GoBoard.java
(added)
cecj/app/go/GoGame.java
(added)
cecj/app/go/GoPlayer.java
(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/OthelloTDL.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/TDLImprover.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)
ec
(added)
ec/display
(added)
ec/display/CommandLineConsoleWrapper.java
(added)
framsticks
(added)
framsticks/FramsticksCoevolutionaryProblem.java
(added)
framsticks/FramsticksCrossoverPipeline.java
(added)
framsticks/FramsticksDefaults.java
(added)
framsticks/FramsticksEvolutionProblem.java
(added)
framsticks/FramsticksIndividual.java
(added)
framsticks/FramsticksMutationPipeline.java
(added)
framsticks/FramsticksSpecies.java
(added)
framsticks/FramsticksUtils.java
(added)
framsticks/framsticks.master.params
(added)
framsticks/framsticks.params
(added)
framsticks/framsticks.slave.params
(added)
games
(added)
games/Board.java
(added)
games/BoardGame.java
(added)
games/GameMove.java
(added)
games/Player.java
(added)
games/league
(added)
games/league/HeuristicPerformanceMeter.java
(added)
games/league/League.java
(added)
games/league/RandomPerformanceMeter.java
(added)
games/league/WPCLatexFormatter.java
(added)
games/league/WPCSequenceVisualizer.java
(added)
games/league/WPCVisualizerPDF.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