Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/926ac562a3f051265394e708f4a4e9fd to your computer and use it in GitHub Desktop.
Save r-ryantm/926ac562a3f051265394e708f4a4e9fd to your computer and use it in GitHub Desktop.
/nix/store/cf0vsf43vwh0cdyaavcav51dwrm4xbg9-python2.7-cma-3.0.3
├── lib
│   └── python2.7
│   └── site-packages
│   ├── cma
│   │   ├── bbobbenchmarks.py
│   │   ├── bbobbenchmarks.pyc
│   │   ├── constraints_handler.py
│   │   ├── constraints_handler.pyc
│   │   ├── evolution_strategy.py
│   │   ├── evolution_strategy.pyc
│   │   ├── fitness_functions.py
│   │   ├── fitness_functions.pyc
│   │   ├── fitness_models.py
│   │   ├── fitness_models.pyc
│   │   ├── fitness_transformations.py
│   │   ├── fitness_transformations.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── interfaces.py
│   │   ├── interfaces.pyc
│   │   ├── LICENSE
│   │   ├── logger.py
│   │   ├── logger.pyc
│   │   ├── optimization_tools.py
│   │   ├── optimization_tools.pyc
│   │   ├── purecma.py
│   │   ├── purecma.pyc
│   │   ├── recombination_weights.py
│   │   ├── recombination_weights.pyc
│   │   ├── restricted_gaussian_sampler.py
│   │   ├── restricted_gaussian_sampler.pyc
│   │   ├── sampler.py
│   │   ├── sampler.pyc
│   │   ├── sigma_adaptation.py
│   │   ├── sigma_adaptation.pyc
│   │   ├── s.py
│   │   ├── s.pyc
│   │   ├── test.py
│   │   ├── test.pyc
│   │   ├── transformations.py
│   │   ├── transformations.pyc
│   │   ├── utilities
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── math.py
│   │   │   ├── math.pyc
│   │   │   ├── python3for2.py
│   │   │   ├── python3for2.pyc
│   │   │   ├── utils.py
│   │   │   └── utils.pyc
│   │   ├── wrapper.py
│   │   └── wrapper.pyc
│   └── cma-3.0.3.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 54 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment