Marcos Cardinot
Marcos Cardinot
Currently, the graph widget draws all graphs as a simple and undirected graph. It would be nice to have a way to distinguish simple graphs, digraphs and multigraphs. For instance,...
Evoplex should support the translation of its strings. Potential services to use: - https://crowdin.com - https://transifex.com
The [attr ranges](https://evoplex.org/api/0.2.1/classevoplex_1_1AttributeRange.html#ac8672333319fb83bc56f536251de3c32) could accept an interval of chars (according to ASCII). The attr ranges are mainly used by the plugins to define their attributes, e.g., see the attributes of...
The [attr ranges](https://evoplex.org/api/0.2.1/classevoplex_1_1AttributeRange.html#ac8672333319fb83bc56f536251de3c32) could accept a set of chars. The attr ranges are mainly used by the plugins to define their attributes, e.g., see the attributes of [this plugin](https://github.com/evoplex/model-prisonersDilemma/blob/master/metadata.json). The...
**System info:** - Evoplex Version: 0.2.1 - Operating System: All **Bug description:** The table of experiments (Project View) is not sorting the ids correctly. **Steps to reproduce:** 1. Create a...
We should have a tool to allow for drawing graphs. Initial requirements: - Initialize graph from a Graph Generator plugin (or empty canvas) - Create/delete nodes (and edges) using the...
In many scenarios, the user may want to create simple scripts to run smaller sets of experiments. In those cases, performance might not be an issue and having to compile...