Skip to content

Black-box Optimizer based on Bayesian Optimization

License

Notifications You must be signed in to change notification settings

subhankarpal/hypermapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyperMapper

Build Status

Software

See the wiki for the quick start guide.

Abstract

HyperMapper is a multi-objective black-box optimization tool based on Bayesian Optimization.

HyperMapper was succesfully applied to real-world problems involving design search spaces with trillions of possible design choices. In particular it was applied to:

  1. Computer vision and robotics,
  2. Programming language compilers and hardware design,
  3. Database management systems (DBMS) parameters configuration.

To learn about the core principles of HyperMapper refer to the papers section at the bottom.

Contact and Info

For any questions please contact Luigi Nardi: luigi.nardi at cs.lth.se.

HyperMapper Slack Channel

Join the channel for a quicker communication with the dev team:

hypermapper.slack.com

License

HyperMapper is distributed under the MIT license. More information on the license can be found here.

People

Main Contributors

Luigi Nardi, Assistant Professor (Lund University), Research Scientist (Stanford University)
Artur Souza, Ph.D. Student (Federal University of Minas Gerais)

Other Contributors

Bruno Bodin, Assistant Professor (National University of Singapore) 
Samuel Lundberg (Lund University)
Alfonso White (Imperial College London)
Adel Ejjeh, Ph.D. Student (University of Illinois at Urbana-Champaign)

Papers

If you use HyperMapper in scientific publications, we would appreciate citations to the following paper:

Nardi, Luigi, David Koeplinger, and Kunle Olukotun. "Practical Design Space Exploration", IEEE MASCOTS, 2019.

For the list of all publications (including bibtex) related to HyperMapper and its applications, see our Publications page.

About

Black-box Optimizer based on Bayesian Optimization

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 58.8%
  • Python 23.3%
  • Jupyter Notebook 17.9%