GitXplorerGitXplorer
w

computational-intelligence

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
af151c4fde8399bb4ce985ae2ec3e5a55d08f8a8

make new directory structure

wwar-in committed 2 years ago
Unverified
dbb4540af007abb6799e346d9a33b7c0e01975b5

format

wwar-in committed 2 years ago
Verified
8fcf317987a80713c265ea13753de5eb11a8936c

Generating reports in PDF (#1)

rroszerne committed 2 years ago
Unverified
5e4627057a357469bb1e16145e6b0b861dca054a

create core solution for socio-cognitive SSGA

wwar-in committed 2 years ago
Unverified
e1193487c290ff82feaee3e07b8ea6f93c5f7a5f

basic GeneticAlgorithm

wwar-in committed 2 years ago
Unverified
39ee2e910ea8b11decfc63caa79dffb0b615ee04

use jmetal GA as SSGA

wwar-in committed 2 years ago

README

The README file for this repository.

Computational intelligence

Installation

If you do not have poetry installed:

pip install poetry

When poetry is present, go to the project root and run:

poetry install

Usage

To run linter and formatter:

poe format
poe lint