Particle swarm optimization (PSO) in a parallel and serial variant
- Clone this repository.
- Install the dependencies.
$ npm install
- Start the local webpack-dev-server.
$ npm run serve
- Navigate to http://localhost:3000.
When building, your code will be bundled and outputed to /dist
.
$ npm run build
$ npm run build:prod