Hintzelab / MABE

Modular Agent Based Evolution Framework
Other
76 stars 23 forks source link

getTable double from genome #113

Open ahnt opened 6 years ago

ahnt commented 6 years ago

It would be cool to get a function that returns double table from the genome like this: virtual vector<vector> readTable(pair<int, int> tableSize, pair<int, int> tableMaxSize, pair<double, double> valueRange, int code = -1, int CodingRegionIndex = 0)=0;

Cheers Arend

cliff-bohm commented 6 years ago

So, just what readTable() does now, but for doubles? (i.e. using a genome handler)

This is not a big deal to code, it will take a little bit of work because it will need to be coded for circular and multi genome.

On Thu, Jan 25, 2018 at 11:51 AM, ahnt notifications@github.com wrote:

It would be cool to get a function that returns double table from the genome like this: virtual vector readTable(pair<int, int> tableSize, pair<int, int> tableMaxSize, pair<double, double> valueRange, int code = -1, int CodingRegionIndex = 0)=0;

Cheers Arend

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Hintzelab/MABE/issues/113, or mute the thread https://github.com/notifications/unsubscribe-auth/AG78evO_wWwIph2s0_kVA3gOWankXjWmks5tOLEhgaJpZM4RtJ63 .

-- Cliff Bohm - Evolving Systems Technologist BEACON Center for the Study of Evolution in Action Michigan State University