feklee / powell

Interface to Powell's method compatible with Cory McCartan's jsga

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSPOWELL

JavaScript Powell’s Method

This library takes Powell's conjugate direction method from optimization-js and provides a wrapper that makes it compatible to the interface of Cory McCartan's ES6 genetic algorithm library jsga (or the extended version jsga-feklee).

Installation

Yarn: yarn add jspowell

Or you can download jspowell.js from the GitHub repo.

About

Interface to Powell's method compatible with Cory McCartan's jsga

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%