Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 578 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 578 Bytes

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.