daffidwilde / edo

A library for generating artificial datasets through genetic evolution.
https://doi.org/10.1007/s10489-019-01592-4
MIT License
13 stars 0 forks source link

Allow for PDF subtypes (multiple versions) #112

Closed daffidwilde closed 5 years ago

daffidwilde commented 5 years ago

The current state of EDO does not allow for multiple types of the same distribution. For instance, when trying to find a dataset that resembles the unit circle using polar coordinates, both the angle and radius can (should) be modelled using the uniform distribution. However, the radius would aim to focus around 1 with low variance, whilst the angle should have wide variance over the interval [0, 2*pi]. Hence, there is a problem.

The proposed solution is to allow different versions of the uniform distribution to be created. These are then used to create columns in an individual, and are updated to include only those present in the parents (#111).

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 25


Totals Coverage Status
Change from base Build 173: 0.0%
Covered Lines: 427
Relevant Lines: 427

💛 - Coveralls