Search:
Roadmap
Tickets
Timeline
Browse Source
Login
API
Preferences
Home
News
Download
Features
Documentation
Support
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 13069
Timestamp:
10/27/15 20:26:38 (
9 years
ago)
Author:
gkronber
Message:
#2499
: imported source code for HeuristicLab.
BioBoost
from private repository with some changes
Location:
branches/HeuristicLab.Problems.BioBoost
Files:
95 added
HeuristicLab.BioBoost.sln
(added)
HeuristicLab.Problems.BioBoost/3.3/Analysis
(added)
HeuristicLab.Problems.BioBoost/3.3/Analysis/BestBioBoostSolutionAnalyzer.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Analysis/MultiObjejctiveBioBoostSolutionAnalyzer.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Analysis/MultiOperatorUsageAnalyzer.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/BioBoostProblem.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Data
(added)
HeuristicLab.Problems.BioBoost/3.3/Data/Conversion.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Data/CostFactors.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Data/DataItem.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Data/Logistic.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Data/LogisticAction.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Data/Product.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Evaluators
(added)
HeuristicLab.Problems.BioBoost/3.3/Evaluators/AggregateEvaluator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Evaluators/BioBoostEvaluator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Evaluators/ConcludingEvaluator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Evaluators/ConversionCostEvaluator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Evaluators/FeedstockCostEvaluator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Evaluators/InitializationEvaluator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Evaluators/LogisticCostEvaluator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Evaluators/MonolithicEvaluator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Evaluators/ObjectPool.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Evaluators/SinkEvaluator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/HeuristicLab.Problems.BioBoost-3.3.csproj
(added)
HeuristicLab.Problems.BioBoost/3.3/HeuristicLab.snk
(added)
HeuristicLab.Problems.BioBoost/3.3/MultiobjectiveBioBoostProblem.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/BioBoostOperator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Crossover
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Crossover/CompoundCrossover.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Crossover/MultiCrossover.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Crossover/PlantBasedCrossover.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/LimitedDistanceTransportTargetCreator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Moves
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Moves/MoveEvaluatorAdapter.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Moves/MoveGeneratorAdapter.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Moves/MoveMakerAdapter.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/BoundaryToggleRealVectorMutator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/CommonTargetIntegerVectorMutator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/CommonTargetSwappingIntegerVectorMutator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/CompoundMutator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/DistanceBasedIntegerVectorMutator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/EmptyMutator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/MultiIntegerVectorMutator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/MultiMutator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/NeighborBasedIntegerVectorMutator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/PlantBasedUtilizationModifier.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/PlantKiller.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/PlantMerger.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/PlantMover.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/PlantScalingMutator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/PlantSplitter.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/PlantSupplierEqualizer.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/PlantSupplierRandomizer.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/PlantSupplierToggler.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/PlantSupplierUtilizationExchanger.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/TargetMergingIntegerVectorMutator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Transformation
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Transformation/FeedstockDeflater.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Transformation/FeedstockInflater.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Operators/Transformation/FeedstockTransformer.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Persistence
(added)
HeuristicLab.Problems.BioBoost/3.3/Persistence/GeometryFeatureProviderSerializer.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Persistence/GeometrySerializer.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Persistence/ShapeFileLoader.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Plugin.cs.frame
(added)
HeuristicLab.Problems.BioBoost/3.3/ProblemDescription
(added)
HeuristicLab.Problems.BioBoost/3.3/ProblemDescription/BioBoostProblemData.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/ProblemDescription/DistanceMatrix.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/ProblemDescription/NeighborhoodTable.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/ProblemDescription/SolutionSpaceDiscoverer.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Properties
(added)
HeuristicLab.Problems.BioBoost/3.3/Properties/AssemblyInfo.cs.frame
(added)
HeuristicLab.Problems.BioBoost/3.3/Representation
(added)
HeuristicLab.Problems.BioBoost/3.3/Representation/BioBoostCompoundSolution.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Representation/LayerDescriptor.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/SolutionCreation
(added)
HeuristicLab.Problems.BioBoost/3.3/SolutionCreation/BioBoostSolutionCreator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/SolutionCreation/ConstantValueRealVectorCreator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/SolutionCreation/IdentityIntegerVectorCreator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/SolutionCreation/LimitedValuesIntegerVectorCreator.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Utils
(added)
HeuristicLab.Problems.BioBoost/3.3/Utils/Closure.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Utils/EnumerableExtensions.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Utils/ListExtensions.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Utils/StepFunction.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Utils/Util.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/Utils/ValueParameterCollectionExtensions.cs
(added)
HeuristicLab.Problems.BioBoost/3.3/app.config
(added)
HeuristicLab.Problems.BioBoost/3.3/packages.config
(added)
PreBuildEvent.cmd
(added)
packages
(added)
packages/repositories.config
(added)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive