Giter Site home page Giter Site logo

geekyeung / mcts-vs-fork Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lamda-bbo/mcts-vs

0.0 0.0 0.0 49.4 MB

Official implementation of NeurIPS'22 paper "Monte Carlo Tree Search based Variable Selection for High-Dimensional Bayesian Optimization"

Shell 2.27% Python 97.73%

mcts-vs-fork's Introduction

Monte Carlo Tree Search based Variable Selection for High-Dimensional Bayesian Optimization

This repository contains the Python code for MCTS-VS, an algorithm for high-dimensional Bayesian optimization described in Monte Carlo Tree Search based Variable Selection for High-Dimensional Bayesian Optimization.

MCTS-VS employed MCTS to partition the variables into important and unimportant ones, and only those selected important variables are optimized via any black-box optimization algorithm, e.g., vanilla BO or TuRBO.

Poster

poster

Requirements

  • Ubuntu == 18.04
  • Python == 3.8.8
  • PyTorch == 1.10.1
  • ax == 0.2.2
  • BoTorch == 0.5.1
  • cma == 3.1.0
  • NAS-Bench-101
  • NAS-Bench-1Shot1 in HPO-Bench
  • NAS-Bench-201, TransNAS-Bench-101, NAS-Bench-ASR in NASLib

File structure

  • benchmark directory is the implement of the benchmark problems.
  • mcts_vs.py and MCTSVS directory are the main code implement of MCTS-VS algorithm.
  • inner_optimizer is the implement of the optimizer used for the selected variables.
  • uipt_variable_strategy.py is the implement of the "fill-in" strategy.
  • baseline directory is the implement of all baseline algorithms.

Usage

Run bash scripts/run_hartmann6.sh to evaluate MCTS-VS and other baselines on Hartmann function.

Citation

@inproceedings{MCTSVS,
    author = {Lei Song, Ke Xue, Xiaobin Huang, Chao Qian},
    title = {{M}onte {C}arlo Tree Search based Variable Selection for High-Dimensional {B}ayesian Optimization},
    booktitle = {Advances in Neural Information Processing Systems 35 (NeurIPS'22)},
    year = {2022},
    address={New Orleans, LA}
}

mcts-vs-fork's People

Contributors

songlei00 avatar shercklo 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.