Metadata-Version: 2.1
Name: openmdao_extensions
Version: 1.0.0
Summary: Additional solvers and drivers for OpenMDAO framework
Home-page: https://github.com/OneraHub/opendmao_extensions
Author: Rémi Lafage
Author-email: remi.lafage@onera.fr
License: Apache License, Version 2.0
Download-URL: https://github.com/OneraHub/openmdao_extensions/releases
Description: [![Build Status](https://travis-ci.org/OneraHub/openmdao_extensions.svg?branch=master)](https://travis-ci.org/OneraHub/openmdao_extensions)
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/267f14cbf02a4056bb30ff60a92d6ef2)](https://www.codacy.com/manual/relf/openmdao_extensions?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=OneraHub/openmdao_extensions&amp;utm_campaign=Badge_Grade)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
        
        # OpenMDAO Extensions
        
        Set of specialized classes to handle specific methods using OpenMDAO framework.
        
        *   <code>OneraSegoDriver</code> : an OpenMDAO driver for Onera Super EGO optimizers 
        *   <code>SmtDoeDriver</code> : an OpenMDAO driver for sampling methods from surrogate [SMT](https://smt.readthedocs.io/en/latest/) library 
        *   <code>SalibDoeDriver</code> : an OpenMDAO driver for Morris or Saltelli DoE from sensitive analysis [SALib](https://salib.readthedocs.io/en/latest/) library 
        *   <code>OpenturnsDoeDriver</code> : an OpenMDAO driver for DoE following distributions from [OpenTURNS](http://www.openturns.org/) library
        *   <code>RecklessNonlinearBlockGS</code> : a specialized version of NonlinearBlockGS solver to handle convergence variables specifications.
        
        ## Installation
        ```bash
        pip install openmdao-extensions
        ```
        
        ## License
        
        Copyright 2020 Rémi Lafage
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
        <http://www.apache.org/licenses/LICENSE-2.0>
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
        
Keywords: openmdao openmdao_driver openmdao_nl_solver
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Python: >=3.6
Description-Content-Type: text/markdown
