ODAT-SE API

Contents:

  • odatse
    • odatse package
      • Subpackages
        • odatse.algorithm package
        • odatse.domain package
        • odatse.solver package
        • odatse.util package
      • Submodules
ODAT-SE API
  • odatse
  • odatse package
  • odatse.algorithm package
  • View page source

odatse.algorithm package

odatse.algorithm.choose_algorithm(name)[source]

Search for algorithm module by name

Parameters:

name (str) – name of the algorithm

Returns:

algorithm module

Return type:

module

Submodules

  • odatse.algorithm._algorithm module
  • odatse.algorithm.bayes module
  • odatse.algorithm.exchange module
  • odatse.algorithm.gather module
  • odatse.algorithm.mapper_mpi module
  • odatse.algorithm.mapper_mpi_base module
  • odatse.algorithm.min_search module
  • odatse.algorithm.montecarlo module
  • odatse.algorithm.pamc module
  • odatse.algorithm.random_search module
  • odatse.algorithm.state module
Previous Next

© Copyright 2020-, ISSP, UTokyo.

Built with Sphinx using a theme provided by Read the Docs.