Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/esa/dcgp-web

Web interface to use dcgp and inspect its chromosomes
https://github.com/esa/dcgp-web

dcgp javascript react webassembly website

Last synced: 21 days ago
JSON representation

Web interface to use dcgp and inspect its chromosomes

Awesome Lists containing this project

README

        


ESA logo

# [dcgp website](https://esa.github.io/dcgp-web/)
Web interface to use dcgp and inspect its chromosomes. The goal of this project is to make it more convenient to use [differential Cartesian Genetic Programming](https://github.com/darioizzo/dcgp) (dCGP) and to make tools that help with inspecting a chromosome. The underlaying idea is that dCGP will move one step further from an academic experiment towards a product (software tool) helpful for engineering.

Screenshot

# Development
Anyone is welcome to help progress and improve this web application. Tasks can be found under the [issues tab](https://github.com/esa/dcgp-web/issues). If your problem/task is not already an issue, feel free to create a new issue explaining your problem/task.

This project is build using [Create React App](https://facebook.github.io/create-react-app/), information on the project structure and setup can be found in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/documentation-intro).

## Prerequisite
- [nodejs](https://nodejs.org/) >= 8
- [npm](https://www.npmjs.com/)

## Installation

```bash
git clone https://github.com/mikeheddes/dcgp-web.git

cd dcgp-web

npm install

npm start
```