GithubHelp home page GithubHelp logo

evokit's Introduction

Evokit

An Evolutionary Strategies Toolkit for high speed blackbox optimization. Evokit currently supports Classic ES (p, λ), Natural Evolutionary Strategies, and Canonical Evolutionary Strategies optimization. It requires a processor supporting AVX operations.

This toolkit has two binaries:

  1. evo-rank: an out of the box ES ranker similar to the papers listed below
  2. mulberry: a framework that supports custom optimization goals, including market level metrics. As most of our work is focused on this framework, the readme outlines this.

Table of Contents

  1. Development
  2. Mulberry High Level View
  3. Opening the blackbox
  4. Using the framework
  5. Relevant Papers

Development

Please see docs/DEVELOPMENT.md for how to run this code locally and edit the code in this repo.

Mulberry High Level View

In the above flowchart you can see a high level view of how Mulberry learns a new model.

A user must provide:

  1. Scoring & policy config: specifies what metrics to optimize for and how to weight each metric in the final fitness function computation. These weights are hyperparameters and must be provided by the user. They are NOT learned by the framework. Please see the tuning section for suggestions on how to select these values.
  2. train/validation data: provide separate train and validation data in LibSVM format
  3. model & optimizer config: currently passed as separate arguments at train time

Opening the blackbox

For a more detailed view on each component of Mulberry, please see docs/MULBERRY.md. You can also see more information in the cargo docs.

Using the framework

To build your own pipeline using Mulberry, please see docs/BUILDING_PIPELINE.md.

Relevant Papers

Relevant Papers

evokit's People

Contributors

aananthram avatar pnaf avatar refefer avatar

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.