Giter Site home page Giter Site logo

oasis's Introduction

PyPI version Anaconda-Server Badge Anaconda-Server Badge Python Versions Build Status

Documentation Status Binder Anaconda-Server Badge Downloads Downloads Downloads

Current build status

All platforms:

Oasis - Optimization Algorithm for Python

Installation

Please install Oasis in a Virtual environment so that its requirements don't tamper with your system's python
**Oasis** works with Python 2.7 and 3.7 64Bit on Windows

Install the dependencies

you can check libraries.io to check versions of the libraries

conda install Numpy
pip install mpi4py

Install from conda-forge

conda install -c conda-forge oasis

Install from Github

to install the last development to time you can install the library from github

pip install git+https://github.com/MAfarrag/Oasis.git

Compile

You can compile the repository after you clone it iF python is already added to your system environment variable

python setup.py install
or
pathto_your_env\python setup.py install

pip

to install the last release you can easly use pip

pip install Oasis-Optimization

YML file

using the environment.yml file included with hapi you can create a new environment with all the dependencies installed with the latest Hapi version in the master branch

conda env create --name Hapi_env -f environment.yml

Documentation

for step by step Examples and documentation on how to use the algorithm readthedocs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.