Skip to main content

No project description provided

Project description

Mopti Problem to Bofire Domain Converter

These tools are to help with migration of legacy applications from other Mopti to BoFire, and improve quality-of-life.

Quick start

Clone this repo, then change to the directory you just cloned (the one containing setup.py) and do

pip install .

Here is an example of converting a Problem object from mopti to a BoFire Domain.

from domainconverters.opti_to_domain import convert_problem
from opti.problems.multi import Daechert1

# Use one of the opti built-in problems as an example
my_opti_problem = Daechert1()                    
my_bofire_domain = convert_problem(my_opti_problem)

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

bofire_converters-0.0.1.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

bofire_converters-0.0.1-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

Supported by

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