Dyzio18 / pso_js_parallel

Particle swarm optimization (PSO) in a parallel and serial variant

Home Page:https://github.com/Dyzio18/pso_js_parallel/blob/master/Raport-PSO-NodeJS-Cluster-Performance.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSO in JavaScript (Parallel)

Particle swarm optimization (PSO) in a parallel and serial variant

Requirements

node.js >= 11.6

Setup

  1. Clone this repository.
  2. Install the dependencies.
$ npm install

Using webpack-dev-server

  1. Start the local webpack-dev-server.
$ npm run serve
  1. Navigate to http://localhost:3000.

Building

When building, your code will be bundled and outputed to /dist.

Building for development

$ npm run build

Building for production

$ npm run build:prod

About

Particle swarm optimization (PSO) in a parallel and serial variant

https://github.com/Dyzio18/pso_js_parallel/blob/master/Raport-PSO-NodeJS-Cluster-Performance.pdf

License:MIT License


Languages

Language:JavaScript 98.2%Language:HTML 1.6%Language:CSS 0.2%