ryanboldi / lexicase-selection

Lexicase Selection Python Package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lexicase-selection

Description

A Python package for lexicase selection.

Requirements

  • numpy

TODOS

  • Add other selection methods
    • Tournament selection
    • Fitness Proportionate Selection (Roulette)
    • Random Selection
    • Pareto-Based Selection Methods
      • NSGA-II
      • SPEA2
  • Turn into python package
  • Add tests
    • Add tests for lexicase_selection
    • Add tests for other selection methods
    • Update README.md with instructions for running tests
  • Add documentation
    • Add documentation for lexicase_selection
    • Add documentation for other selection methods
    • Update README.md with instructions for building documentation

About

Lexicase Selection Python Package

License:MIT License


Languages

Language:Python 100.0%