scientistproject / Scientist.net

A .NET library for carefully refactoring critical paths. It's a port of GitHub's Ruby Scientist library
MIT License
1.46k stars 95 forks source link

Support clean values in ScienceAsync mode #113

Closed brafkind closed 5 years ago

brafkind commented 5 years ago

When running parallel candidates with ScienceAsync, it would be great to be able to clean the values before publishing.

M-Zuber commented 5 years ago

Could you define "clean" in this context?

brafkind commented 5 years ago

Same as described in the README here https://github.com/scientistproject/Scientist.net#keeping-it-clean

M-Zuber commented 5 years ago

My apologies, I only recently got back into this project and did not have a chance to fully familiarize myself with the changes since I was last here.

It would seem that these options are already available. This is the "simple" overload and the overload that takes in a concurrentTasks parameter

brafkind commented 5 years ago

Ok, now I see how I can specific the TClean type as well. Thanks!