GlennOPT
1.4.5

Notes

  • Installation
    • Installation via Pip
    • Installation via Source
  • Optimizers
    • SODE - Single Objective Differential Evolution
    • NSGA3 / NSGA-III- Non-Dominated Sorting Genetic Algorithm
    • NSGA3_ML - Non-Dominated Sorting Genetic Algorithm with Machine Learning Surrogate
    • NSOPT - Non-Dominated sorting optimization using Scipy

Package Reference

  • GlennOPT base classes
    • Individual Class
    • Optimizer Base Class
    • Parameter Class
  • Single Objective Differential Evolution (SODE)
    • SODE
    • random()
    • selection_type
  • Non-dominated sorting genetic algorithm (NSGA-III)
    • NSGA3
    • random()
  • Non-dominated sorting genetic algorithm (NSGA-III) with Machine Learning Surrogate
    • NSGA3_ML
  • Non-dominated sorting optmization with Scipy
    • NSOPT
    • surrogate_objective_func()
  • GlennOPT Helpers
    • Converting to Numpy Array
    • Copy
    • Mutations
    • Non Dominated Sorting
    • Parallel Settings
    • Population Distance
    • Post Processing
GlennOPT
  • »
  • Overview: module code

All modules for which code is available

  • glennopt.base.individual
  • glennopt.base.optimizer
  • glennopt.base.parameter
  • glennopt.helpers.convert_to_ndarray
  • glennopt.helpers.mutate
  • glennopt.helpers.parallel_settings
  • glennopt.helpers.population_distance
  • glennopt.helpers.post_processing
  • glennopt.optimizers.nsga3
  • glennopt.optimizers.nsga3_ml
  • glennopt.optimizers.nsopt
  • glennopt.optimizers.sode

© Copyright 2021, Paht Juangphanich.

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