/powell

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

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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.