Skip to content
forked from JoaoPedroNC/skga

fork das mudanças do meu branch para o main .

Notifications You must be signed in to change notification settings

dsm-cefet-rj/skga

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyperBKRGA

Setting up the Environment

To run any code in this repository, it is necessary to follow these steps:

  • Create and activate a virtual environment:
$ python -m venv venv
$ venv/Scripts/activate
  • Install the dependencies contained in requirements.txt
pip install -r requirements.txt

Basic Example

With the environment set up, it is possible to run the simplest example as follows:

$ py ./src/examples/basic-example.py

Experiments

To reproduce the experiments carried out in this work, run the src/main.py file. Note that it is a time-consuming program.

About

fork das mudanças do meu branch para o main .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.3%
  • Cython 5.0%
  • C++ 1.1%
  • C 0.3%
  • Shell 0.3%
  • Makefile 0.0%