Marcos Cardinot

Results 7 issues of 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,...

enhancement

Evoplex should support the translation of its strings. Potential services to use: - https://crowdin.com - https://transifex.com

feature-request

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...

good first issue
enhancement

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...

good first issue
enhancement

**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...

bug
good first issue

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...

feature-request

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...

feature-request