christophwaibel / FitnessLandscapeAnalysis

Fitness Landscape Analysis tools for black-box optimization problems, including sequences and metrics
GNU General Public License v3.0
1 stars 0 forks source link

Translate_R_To_CSharp_GSA_metrics #4

Open gmavrom opened 4 years ago

gmavrom commented 4 years ago

Need to translate the script from R for the calculation of Sobol indices and their metrics into C#

Calculating_GSA_metrics.txt

christophwaibel commented 4 years ago

maybe, instead of re-coding everyting into c# (who's got time for dat?!), I might call your R script just from C#: https://www.datatechnotes.com/2018/04/running-r-script-from-c-program.html

It'd just be nice to have all the FLA analysis on one platform, like a little .exe console program, instead of jumping from c#, matlab and R, as we have it now