项目作者: ealcobaca

项目描述 :
The Alchemist uses a pool of optimization algorithms and machine learning models to search for viable glass compositions for a given glass transition temperature (Tg) value.
高级语言: Python
项目地址: git://github.com/ealcobaca/alchemist-ai.git
创建时间: 2018-04-23T17:23:55Z
项目社区:https://github.com/ealcobaca/alchemist-ai

开源协议:MIT License

下载


drawing

Alchemist

The Alchemist uses a pool of optimization algorithms and machine learning models to search for viable glass compositions for a given glass transition temperature (Tg) value.

Dependencies

The main pymfe requirement is:

  1. Python = 3.5

Installation

The installation can be done by following these steps:

  1. git clone git@github.com:ealcobaca/Glass-Generator.git
  2. cd Glass-Generator
  3. python3.5 -m venv env3.5/
  4. source env3.5/bin/activate
  5. pip install -r requirements.txt

or you can use the Makefile

  1. make install

Run

The GUI application can be run using the Makefile as follow:

  1. make gui

Alchemist

Authors

See also the list of contributors who participated in this project.