Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.32 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.32 KB

MPSEAS

MPSEAS holds for Model-based Per Set Efficient Algorithm Selection and is a follow-up on the work that can be found in our PSEAS repository

Authors: Marie Anastacio, Théo Matricon, Holger Hoos

Acknowledgement: Nathanaël Fijalkow, Laurent Simon

Challenges of Acquiring Compositional Inductive Biases via Meta-Learning: Figure

(TODO: update the following :)

Usage

Installation

# clone this repository

# create your new env
conda create -n pseas
# activate it
conda activate pseas
# install pip
yes | conda install pip
# install this package and the dependencies
pip install -e .
# you can also install dependencies with the following command where their versions are locked:
pip install -r requirements.txt

# You are good to go :)

Citing

TODO (waiting for publication)