Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
/ microgp3 Public archive

A multi-purpose extensible self-adaptive evolutionary tool

License

Notifications You must be signed in to change notification settings

microgp/microgp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroGP3

License: GPL Status: Discontinued Language: C++

⚠️ A new version is available on https://github.com/microgp/microgp4

MicroGP (µGP, µGP) is a versatile optimizer able to outperform both human experts and conventional heuristics in finding the optimal solution of hard problems. Given a task, it first fosters a set of random solutions, then iteratively refines and enhances them. Its heuristic algorithm uses the result of the evaluations, together with other internal information, to efficiently explore the search space, and eventually to produce the optimal solution. MicroGP has been devised in 2002, and subsequently developed thanks to the effort of several people.

MicroGP original application was the creation of assembly-language programs for testing different microprocessors, hence the Greek letter micro in its name. Afterward, it has been used on a wider range of problems, such as: creation of test programs for pre- and post-silicon validation; design of bayesian networks; creation of mathematical functions represented as trees; integer and combinatorial optimization; real-value parameter optimization; and even creation of corewar warriors.

MicroGP is an evolutionary algorithm, hence the acronym GP (genetic programming) in its name. A population of different solutions is considered in each step of the search process, and new individuals are generated through mechanisms that ape both sexual and asexual reproduction. New solutions inherit distinctive traits from existing ones, and may coalesce the good characteristics of different parents. Better solutions have a greater chance to reproduce and to succeed in the simulated struggle for existence.

This is MicroGP version 3, also known as MicroGP³, MicroGP^3, ugp3 (due to typographic limitations) and MicroGP++ (being written in C++). The tool is discribed in the book Evolutionary Optimization: the µGP toolkit (DOI: 10.1007/978-0-387-09426-7).

Copyright © 2006-2016 Giovanni Squillero.
MicroGP v3 is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.