Skip to main content

solving constrained optimization problem for the design of engineering systems

Project description

NoLOAD_Jax: Non Linear Optimization by Automatic Differentiation using Jax

We are happy that you will use or develop the NoLOAD_Jax. It is an Open Source project located on GitLab at https://gricad-gitlab.univ-grenoble-alpes.fr/design_optimization/NoLoad_v2 It aims at solving constrained optimization problem for the design of engineering systems

Project Presentation

NoLOAD_Jax: Please have a look to NoLOAD presentation : https://noload_jax.readthedocs.io/en/latest/

NoLOAD_Jax Community

Please use the git issues system to report an error: https://gricad-gitlab.univ-grenoble-alpes.fr/design_optimization/NoLoad_v2 Otherwise you can also contact the developer team using the following email adress: benoit.delinchant@G2ELab.grenoble-inp.fr

Installation Help

You can install the library as a user or as a developer. Please follow the corresponding installation steps below.

Prerequisite

Please install Python 3.6 or later https://www.python.org/downloads/ You must run NoLOAD_Jax on Ubuntu : on Jupyter Notebook on a computer using Ubuntu, or as explained later, using WSL (Windows Subsystem for Linux) if your computer works on Windows. As it uses the JAX library, NoLOAD_Jax can run on CPU (Central Processor Unit) or GPU (Graphics Processor Unit), where GPU offers better performances than CPU. With WSL only CPU can be used. To use GPU you may run NoLOAD on Ubuntu. If you want to use GPU, you need to install CUDA and CuDNN on your computer then tape on Pycharm terminal (where 0.3.XX is your JAX version):

pip install --upgrade pip
pip install --upgrade jax jaxlib==0.3.XX+cuda111 -f https://storage.googleapis.com/jax-releases/jax_releases.html

If you use GPU, you need to put these lines at the beginning of your "optimization" file to avoid memory issues :

import os
os.environ['XLA_PYTHON_CLIENT_PREALLOCATE']='false'
os.environ['XLA_PYTHON_CLIENT_MEM_FRACTION']='0.50'

How to configure a virtual environment on WSL running with a Ubuntu distribution :

At first, activate the WSL on you computer and install on it a Ubuntu distribution by following the 6 first steps of the link : https://docs.microsoft.com/en-us/windows/wsl/install-win10

Then open WSL.exe using the Windows search bar and tape :

cd ~
sudo apt update
sudo apt install python3-pip
sudo pip3 install virtualenv
python3 -m virtualenv pythonenv

You can replace "pythonenv" by "venv" or another name of your choice. Then write :

source pythonenv/bin/activate

You must see a "(pythonenv)" written at the beginning of the command line. Now close WSL and open Pycharm in a new project. Go to File/Settings/Project:name_of_your_project/Project Interpreter and add a new interpreter. Choose WSL option then change the Python interpreter path by /home/your_username/pythonenv/bin/python3. (your_username is the login you chose for WSL) Close the Settings window. Click on Terminal section at the bottom, and tape on the commande line :

source /home/your_username/pythonenv/bin/activate

If you see a "(pythonenv)" written at the beginning of the command line, the configuration is completed and you can run your code now !

Installation as a user

Please install NoLOAD_Jax with pip using the command prompt.

If you are admin on Windows or working on a virtual environment

pip install noloadj

If you want a local installation or you are not admin

pip install --user noloadj

If you are admin on Linux:

sudo pip install noloadj

Launch the examples to understand how the NoLOAD_Jax works:

python noload/01-UnconstrainedMonoObjective.py
python noload/02-ConstrainedMonoObjective.py
python noload/03-ConstrainedMultiObjective.py
python noload/04-ConstrainedMonoObjective2.py

Enjoy your time using NoLOAD_Jax !

Library Installation Requirements

Matplotlib >= 3.0 Scipy >= 1.2 Jax >= 0.3.17 Jaxlib >= 0.3.15 Pandas >= 1.3.5

Main Authors:

B. DELINCHANT, L. GERBAUD, F. WURTZ, L. AGOBERT

Partners:

Vesta-System: http://vesta-system.fr/

Acknowledgments:

Licence

This code is under the Apache License, Version 2.0

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

noloadj-1.1.9.tar.gz (55.0 kB view details)

Uploaded Source

Built Distribution

noloadj-1.1.9-py3-none-any.whl (50.8 kB view details)

Uploaded Python 3

File details

Details for the file noloadj-1.1.9.tar.gz.

File metadata

  • Download URL: noloadj-1.1.9.tar.gz
  • Upload date:
  • Size: 55.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.0

File hashes

Hashes for noloadj-1.1.9.tar.gz
Algorithm Hash digest
SHA256 b16d192e9516f5800e56def93916e7ffce5a6c1373e37f5e3798a003eab15ae2
MD5 566471e30d86f663c4debe4da20d3650
BLAKE2b-256 11040dd5882f681b271be441d337a44763a7fcc258baba4405862d2cef50cdc1

See more details on using hashes here.

File details

Details for the file noloadj-1.1.9-py3-none-any.whl.

File metadata

  • Download URL: noloadj-1.1.9-py3-none-any.whl
  • Upload date:
  • Size: 50.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.0

File hashes

Hashes for noloadj-1.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 9b01fc522dc5dd6d0ccaafd52988dd93f7712ff05782e8350a2143a520bf9c2c
MD5 d70b6e9b0621ebf743b63a061d805fa6
BLAKE2b-256 72c1633a8137f80bf98ea096c6456363053275c9893a2efb2d486dffab354603

See more details on using hashes here.

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