Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/technote-space/ga-framework

Genetic Algorithm Framework
https://github.com/technote-space/ga-framework

automatic-programming genetic-algorithm

Last synced: 3 months ago
JSON representation

Genetic Algorithm Framework

Awesome Lists containing this project

README

        

# GA Framework

[![npm version](https://badge.fury.io/js/%40technote-space%2Fga-framework.svg)](https://badge.fury.io/js/%40technote-space%2Fga-framework)
[![CI Status](https://github.com/technote-space/ga-framework/workflows/CI/badge.svg)](https://github.com/technote-space/ga-framework/actions)
[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/ga-framework/badge)](https://www.codefactor.io/repository/github/technote-space/ga-framework)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/ga-framework/blob/main/LICENSE)

Genetic Algorithm Framework

## Table of Contents

Details

- [Install](#install)
- [Template](#template)
- [Samples](#samples)
- [Hello World!](#hello-world)
- [Automatic programming](#automatic-programming)
- [Game Learning System](#game-learning-system)
- [Figure ground](#figure-ground)
- [Author](#author)

## Install
```shell script
yarn add @technote-space/ga-framework
```

## Template
[Genetic Algorithm Template](https://github.com/technote-space/ga-framework-template)

## Samples
### Hello World!
[demo](https://technote-space.github.io/ga-framework/samples/hello-genetic-algorithm)

[repository](https://github.com/technote-space/hello-genetic-algorithm)

### Automatic programming
[demo](https://technote-space.github.io/ga-framework/samples/automatic-programming)

### Game Learning System
[demo](https://technote-space.github.io/ga-framework/samples/game-learning-system)

### Figure ground
[demo](https://technote-space.github.io/ga-framework/samples/auto-figure-ground)

## Author
[GitHub (Technote)](https://github.com/technote-space)
[Blog](https://technote.space)