Last change
on this file since 1326 was
1326,
checked in by Maciej Komosinski, 2 months ago
|
Updated standard.expdef animated demo: uses the most recent Framsticks SDK, supports 6 genetic encodings, adjustable mutation and crossover probabilities, shows colored genotypes, allows user to manually increase/decrease fitness of the current individual, displays its neural network
|
File size:
267 bytes
|
Line | |
---|
1 | { |
---|
2 | "name": "standard_expdef_demo", |
---|
3 | "version": "1.0.0", |
---|
4 | "main": "index.html", |
---|
5 | "scripts": { |
---|
6 | "test": "echo \"Error: no test specified\" && exit 1" |
---|
7 | }, |
---|
8 | "author": "", |
---|
9 | "license": "ISC", |
---|
10 | "description": "", |
---|
11 | "dependencies": { |
---|
12 | "three": "^0.167.0" |
---|
13 | } |
---|
14 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.