Table of Contents - opt_alg_framework-1.0.4 Documentation
Pages
Classes and Modules
- Algorithm
- Algorithm::LocalSearch
- Algorithm::LocalSearch::HillClimbing
- Algorithm::LocalSearch::SimulatedAnnealing
- Algorithm::LocalSearch::TabuSearch
- AlgorithmInterface
- CrossoverInterface
- Operator
- Operator::Crossover
- Operator::Crossover::Permutation
- Operator::Crossover::Permutation::TwoPointCrossover
- Operator::Selector
- Operator::Selector::TournamentSelection
- Operator::Tweak
- Operator::Tweak::RandomSwap
- OptAlgFramework
- Problem
- Problem::FSP
- Problem::FSP::Production
- ProblemInterface
- SelectorInterface
- TweakInterface
Methods
- ::new — Algorithm::LocalSearch::HillClimbing
- ::new — Algorithm::LocalSearch::SimulatedAnnealing
- ::new — Algorithm::LocalSearch::TabuSearch
- ::new — Operator::Selector::TournamentSelection
- ::new — Problem::FSP
- ::new — AlgorithmInterface
- ::new — CrossoverInterface
- ::new — SelectorInterface
- ::new — TweakInterface
- ::new — ProblemInterface
- #accept? — Algorithm::LocalSearch::SimulatedAnnealing
- #bigger — Problem::FSP
- #build_from_file — Problem::FSP::Production
- #cross — Operator::Crossover::Permutation::TwoPointCrossover
- #encapsulate_solution — Algorithm::LocalSearch::HillClimbing
- #encapsulate_solution — Algorithm::LocalSearch::SimulatedAnnealing
- #encapsulate_solution — Algorithm::LocalSearch::TabuSearch
- #fitness — Problem::FSP
- #initial_temperature — Algorithm::LocalSearch::SimulatedAnnealing
- #load_instance — Problem::FSP
- #makespan — Problem::FSP
- #reorder_schedule — Problem::FSP::Production
- #select — Operator::Selector::TournamentSelection
- #start — Algorithm::LocalSearch::HillClimbing
- #start — Algorithm::LocalSearch::SimulatedAnnealing
- #start — Algorithm::LocalSearch::TabuSearch
- #tweak — Operator::Tweak::RandomSwap