Code Monkey home page Code Monkey logo

bayesianopttools's Introduction

BayesianOptTools

The Bayesian Optimization Tools is a Python program developed by Aerodynamics Research Group from Institut Teknologi Bandung (ITB) that contains collections of Bayesian Optimization tools including various surrogate modeling methods, sampling techniques, and optimization methods. Currently, the program is under development and not implemented yet as a module for Python 3. Also, the coverage of the program are still limited to:

  • Kriging
    • Ordinary Kriging
    • Regression Kriging
    • Polynomial Chaos Kriging
    • Composite Kernel Kriging
    • Kriging with Partial Least Square
  • Bayesian Optimization
    • Unconstrained Single-Objective Bayesian Optimization (Expected Improvement)
    • Unconstrained Multi-Objective Bayesian Optimization (ParEGO, EHVI)
  • Test Cases
    • Branin (Single-Objective)
    • Sasena (Single-Objective)
    • Styblinski-Tang (Single-Objective)
    • Schaffer (Multi-Objective)

Required packages

BayesianOptTools depends on these modules: numpy, scipy, sk-learn and pycma.

pycma module can be obtained here: https://github.com/CMA-ES/pycma

Quick Examples

The demo codes are available in the main folder.

  • KrigDemo.py is a demo script for creating surrogate model for Branin test function.
  • uncMOBOdemo.py is a demo script for performing unconstrained multi-objective optimization for Schaffer test function.
  • uncSOBOdemo.py is a demo script for performing unconstrained single objective optimization for Branin test function.

Contact

The original program was written by Pramudita Satria Palar, Kemas Zakaria, Ghifari Adam Faza, and maintained by Aerodynamics Research Group ITB.

e-mail: [email protected]

bayesianopttools's People

Contributors

fazaghifari avatar kemaszakaria avatar timjim333 avatar

Watchers

 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.