# NOT RUN {
my.cost<- function(params, results) { # your best fit calculation, being 0 the best metric. }
d<- "/usr/models/your-model-directory"
f<- AddFactor(name="cyclePoint",min=40,max=90)
f<- AddFactor(factors=f, name="conjugationCost",min=1,max=80)
d<- AoE.LatinHypercube(factors=f)
v<- ParallellRunExperiment()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab