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

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


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

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Genetic Algorithm Template

[![CI Status](https://github.com/technote-space/ga-framework-template/workflows/CI/badge.svg)](https://github.com/technote-space/ga-framework-template/actions)
[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/ga-framework-template/badge)](https://www.codefactor.io/repository/github/technote-space/ga-framework-template)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/ga-framework-template/blob/main/LICENSE)

Template of GA Framework.

## Table of Contents

Details

- [Setup](#setup)
- [yarn](#yarn)
- [npm](#npm)
- [Demo](#demo)
- [Framework](#framework)
- [Author](#author)

## Setup
### yarn
- `yarn setup`
### npm
- `npm run setup`

## Demo
[demo](https://technote-space.github.io/ga-framework/samples/ga-framework-template)

## Framework
[GA Framework](https://github.com/technote-space/ga-framework)

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