Git Product home page Git Product logo

differential-evolution-rs's Introduction

differential-evolution-rs's People

Contributors

martinus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

differential-evolution-rs's Issues

Use crate random choice for updating fitness

You may want to consider Rust Random Choice for updating your samples. It can handle directly float values and it is simpler to use than the rand crate.

But the crate scores the costs diffenrently: The higher, the better. So you have to do this:

let fitness_high = MAX_VALUE - fitness_low;

Constraints

Hello Martinus,

Great work on this crate. It is very fast... much faster than code I have written using 'Scipy minimize' in Python. I did notice though, it is rather unusable if we have constrained input parameters. It seems as though we pass in an initial min-max bound for each variable, but after that it is disregarded. Is there a way to keep these variables bounded? Or if not, can you point me to the section of code where this bound-breaking operation occurs? I would like to update it so I can use this great work you have done.

-Chase

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.