Skip to content

Generic Differential Evolution for Rust, compiles to WASM.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
old_LICENSE-APACHE
MIT
old_LICENSE-MIT
Notifications You must be signed in to change notification settings

Median-Group/differential-evolution2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a hastily modified version of martinus' differential-evolution-rs library.

We needed an optimization library that could be compiled to WebAssembly for use in a demo we were working on, and most of them required functionality that wasn't easily available in WASM (e.g., rusty_machine depends on an old version of rand that doesn't work in WASM, OptimizationEngine is targeted at realtime systems and needs access to system time, etc).

The original version of this library also depended on a version of rand that doesn't work in WASM, but this library was simple enough that updating it was straightforward.

About

Generic Differential Evolution for Rust, compiles to WASM.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
old_LICENSE-APACHE
MIT
old_LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%