Metadata-Version: 2.1
Name: SQNomad
Version: 0.2.3
Summary: NOMAD - A blackbox optimization software
Home-page: http://scikit-quant.org/
Maintainer: Wim Lavrijsen
Maintainer-email: WLavrijsen@lbl.gov
License: LPGL
Keywords: quantum computing optimization
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Natural Language :: English
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: SQCommon

.. -*- mode: rst -*-

NOMAD - A blackbox optimization software
========================================

NOMAD is a C++ implementation of the Mesh Adaptive Direct Search algorithm
(MADS), designed for difficult blackbox optimization problems. These problems
occur when the functions defining the objective and constraints are the
result of costly computer simulations.

This version of NOMAD was modified and redistributed under the rules of LGPL.

Copyright of original (v4.0.0-beta-2):
   * Sebastien Le Digabel, Polytechnique Montreal
   * Viviane Rochon Montplaisir, Polytechnique Montreal
   * Christophe Tribes, Polytechnique Montreal

Copyright of modifications:
   UC Regents, Berkeley

Official website:
   https://www.gerad.ca/nomad/

Reference:
   * C. Audet, S. Le Digabel, C. Tribes and V. Rochon Montplaisir. The NOMAD
     project. Software available at https://www.gerad.ca/nomad.
   * S. Le Digabel. Algorithm 909: NOMAD: Nonlinear Optimization with the MADS
     algorithm. ACM Transactions on Mathematical Software, 37(4):44:1–44:15, 2011.
