Typical use
Examples
How to MPI use
The EvoGuessAI can be run in MPI mode as follows:
$ mpiexec -n <workers> -perhost <perhost> python3 -m mpi4py.futures main.py
where perhost is MPI workers processes on one node, and workers is a total MPI workers processes on all dedicated nodes.