PyGMO
Install PyGMO
Preparing your system to compile PyGMO
Download PyGMO code
Compiling and Installing under Unix
Compiling and Installing under Windows
Quick Start
On one CPU
On many CPUs ...
... and migrating solutions ...
... and between different algorithms ...
Tutorials
Adding new problems and algorithms to PyGMO
Meta-problems
Multi Objective Optimization with PyGMO
Hypervolumes with PyGMO
Dealing with constraints in PyGMO
Racing in PyGMO
Traveling Salesman Problems with PyGMO
Landscape Analysis using Dr. PyGMO
Examples
A study on Mixing Variants of Differential Evolution
Monitoring the Information Flow in a large archipelago
Testing Algorithms
Multi-objective optimization in the asynchronous island model
Designing and optimizing interplanetary trajectories
Participating to the CEC2013 Competition (v 1.1.5)
Travelling Salesman Problem for Active Space Debris Removal
Third-party Non-linear optimizers in PyGMO
User Documentation
Individual and Champion
Population
Migration
Topology
Island and Archipelago
Algorithms
Problems
Hypervolume
Racing
Dr. PyGMO - Analysis Module
PaGMO API
PyGMO
Docs
»
Tutorials
»
Racing in PyGMO
View page source
Racing in PyGMO
ΒΆ
Racing the individuals in stochastic optimization problems
Background
Racing with PyGMO
Why racing: A comparative study
Racing algorithms
Using
race_algo
to race algorithms
Example: Identifying good configurations of an algorithm
A PSO algorithm using racing