Skip to main content

Surrogate-Assisted Multi-objective Optimization

Project description

pysamoo - Surrogate-Assisted Multi-objective Optimization

python 3.6 license apache

The software documentation is available here: https://anyoptimization.com/projects/pysamoo/

Installation

The official release is always available at PyPi:

pip install -U pysamoo

Usage

We refer here to our documentation for all the details. However, for instance, executing NSGA2:

from pymoo.optimize import minimize
from pymoo.problems.multi.zdt import ZDT1
from pymoo.visualization.scatter import Scatter
from pysamoo.algorithms.ssansga2 import SSANSGA2

problem = ZDT1(n_var=10)

algorithm = SSANSGA2(n_initial_doe=50,
                     n_infills=10,
                     surr_pop_size=100,
                     surr_n_gen=50)

res = minimize(
    problem,
    algorithm,
    ('n_evals', 200),
    seed=1,
    verbose=True)

plot = Scatter()
plot.add(problem.pareto_front(), plot_type="line", color="black", alpha=0.7)
plot.add(res.F, facecolor="none", edgecolor="red")
plot.show()

Citation

If you use this framework, we kindly ask you to cite the following paper:

@misc{pysamoo,
  title={pysamoo: Surrogate-Assisted Multi-Objective Optimization in Python},
  author={Julian Blank and Kalyanmoy Deb},
  year={2022},
  eprint={2204.05855},
  archivePrefix={arXiv},
  primaryClass={cs.NE}
}

Contact

Feel free to contact me if you have any questions:

Julian Blank (blankjul [at] msu.edu)
Michigan State University
Computational Optimization and Innovation Laboratory (COIN)
East Lansing, MI 48824, USA

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pysamoo-0.1.0.tar.gz (39.9 kB view details)

Uploaded Source

File details

Details for the file pysamoo-0.1.0.tar.gz.

File metadata

  • Download URL: pysamoo-0.1.0.tar.gz
  • Upload date:
  • Size: 39.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.8

File hashes

Hashes for pysamoo-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b57cb47b5a7c30dc93c43fb11bec3429f422366ccc7e70afb54107a1f43668a7
MD5 ed20b04233a4adcf3ba4a9e0aab77302
BLAKE2b-256 7d7784ca9e90b252322f7a13862bb878635ecf905e43c4b9941175ca36470342

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page