Evokit Save

Project README

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

Open Source Agenda is not affiliated with "Evokit" Project. README Source: etsy/Evokit
Stars
59
Open Issues
0
Last Commit
3 years ago
Repository
Tags

Open Source Agenda Badge

Open Source Agenda Rating