Generate high-quality triangulated and polygonal art from images.
-
Updated
Jun 19, 2021 - Go
{{ message }}
Generate high-quality triangulated and polygonal art from images.
Evolutionary algorithm toolbox and framework with high performance for Python
A 2D Unity simulation in which cars learn to navigate themselves through different courses. The cars are steered by a feedforward neural network. The weights of the network are trained using a modified genetic algorithm.
A General Automated Machine Learning framework to simplify the development of End-to-end AutoML toolkits in specific domains.
Jenetics - Genetic Algorithm, Genetic Programming, Evolutionary Algorithm, and Multi-objective Optimization
Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).
A C++ platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
Evolutionary multi-objective optimization platform
OptimLib: a lightweight C++ library of numerical optimization methods for nonlinear functions
Evolutionary Art Using Circles in Python
Official project website for the CVPR 2020 paper (Oral Presentation) "Cascaded deep monocular 3D human pose estimation wth evolutionary training data"
The Watchmaker Framework for Evolutionary Computation
Always sparse. Never dense. But never say never. A Sparse Training repository for the Adaptive Sparse Connectivity concept and its algorithmic instantiation, i.e. Sparse Evolutionary Training, to boost Deep Learning scalability on various aspects (e.g. memory and computational time efficiency, representation and generalization power).
Jupyter/IPython notebooks about evolutionary computation.
The first open-source AI-driven tool for automatically generating system-level test cases (also known as fuzzing) for web/enterprise applications. Currently targeting whitebox and blackbox testing of REST APIs.
A collection of Deep Neuroevolution resources or evolutionary algorithms applying in Deep Learning (constantly updating)
Forex trading simulator environment for OpenAI Gym, observations contain the order status, performance and timeseries loaded from a CSV file containing rates and indicators. Work In Progress
Some problems/algorithms seem to have an inconsistent python exposition in terms of types.
For instance, in ../src/problems/dtlz.cpp we have:
dtlz::dtlz(unsigned prob_id, vector_double::size_type dim, vector_double::size_type fdim, unsigned alpha)
But in the ../pygmo/expose_problems_0.cpp it is exposed as:
dtlz_p.def(bp::init<unsigned, unsigned, unsigned, unsigned>
I
Evolutionary & genetic algorithms for Julia
KaHyPar (Karlsruhe Hypergraph Partitioning) is a multilevel hypergraph partitioning framework providing direct k-way and recursive bisection based partitioning algorithms that compute solutions of very high quality.
Blue Brain Python Optimisation Library
Evolution Simulator with Box2D
Yet another black-box optimization library for Python
The official code repository supporting the book, Grokking Artificial Intelligence Algorithms
The attr ranges could accept an interval of chars (according to ASCII). The attr ranges are mainly used by the plugins to define their attributes, e.g., see the attributes of this plugin.
The examples below could be
Evolutionary Algorithms Framework
A bare-bones Python library for quality diversity optimization.
Add a description, image, and links to the evolutionary-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the evolutionary-algorithms topic, visit your repo's landing page and select "manage topics."
One of the strengths of evolution strategy algorithm is its linear scalability.
Thus it would be great to have this implemented in Evostra.