powered by
RapResults
RapSolved
score(x, y) "score"(x, y = 0) "score"(x, y = 0)
y
# load data data(sim_rs) # score for best solution score(sim_rs, 0) # score for second solution score(sim_rs, 2) # score for all solutions score(sim_rs, NULL)
Run the code above in your browser using DataLab