Git Product home page Git Product logo

mrr's Introduction

MRR

Need to install

Python 3 Git

OS

Recommend for using Linux / macOS

Download this repository

git clone https://github.com/nimiusrd/MRR.git

Update this repository

git fetch origin main
git merge origin main

仮想環境 / virtual env

ref: https://docs.python.org/3/library/venv.html

作成 / make

python3 -m venv .venv

有効化 / activate

Run this command before execution.

. .venv/bin/activate

Install modules

When you use M1 Mac,

brew install openblas
pip install cython pybind11 pythran numpy
OPENBLAS=$(brew --prefix openblas) CFLAGS="-falign-functions=8 ${CFLAGS}" pip install --no-use-pep517 scipy scikit-learn

This program uses numpy, matplotlib, and so on. Need to install modules from pip.

pip3 install -r requirements.txt

実行 / execute

最適化 / optimize

configuration file: src/config/base.py

python main.py

シミュレーション / simulate

引数にはsrc/config/simulateにあるシミュレーションをするものを指定する. src/config/simulate/12_DE6.py をシミュレーションしたい場合は以下のように実行する.

python simulator.py 12_DE6

out

mrr's People

Contributors

nimiusrd avatar umireon avatar

Watchers

James Cloos avatar  avatar

Forkers

umireon

mrr's Issues

型がおかしい

Optional使うべきでは無いところでOptional使ってる

Optional[List[int]]は意味分からん
tsv_name: Optional[str] = "out_name"は何を想定しているんだ

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.