Code Monkey home page Code Monkey logo

auxein license Build Status

Auxein is a working in progress Python framework for evolutionary algorithms.

Fitness landscape

Evolution of a population while finding a Rastrigin global minimum.

Welcome to Auxein!

Auxein is an evolutionary algorithm framework, written in Python. It's currently a work in progress far away from a first 1.0 release.

The main idea behind Auxein is to provide an efficient tool to experiment with a variety of evolutionary algorithms implementing reusable fitness functions, genotypes mutations and recombinations.

Development with Poetry

Auxin is managed with Poetry. Here how to do a bunch of things:

  1. To install the project: poetry install
  2. To run unit tests: poetry run pytest --cov=auxein tests
  3. To run typecheck (PyRight): poetry run pyright
  4. To run Flake8: poetry run flake8
  5. To publish on PyPi: poetry publish --build --username=__token__ --password=pypi-...

Auxein docs:

At the moment, the documentation is a bunch of Jupyter notebooks and some Python Docstrings:


Why this name, Auxein?

Auxein (αυξειν) means to grow in Greek.

auxein's Projects

auxein icon auxein

Auxein is a Python framework for evolutionary algorithms

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.