I think there's a live bug (cosmetic issue) that applies here. Quoting the
Open Issues list:
(
76499) Exhaustive optimization (2 Parameter Graph) may be unable to plot all values when step is relatively tight compared to the range
* A cosmetic/display issue which does not affect the accuracy.Now to the error messages:
QUOTE:
Exhaustive error - <Symbol> <Parameters> "Index was out of range. Must be non-negative and less than the size of the collection. Parameter name:index"
Although you don't say it here, but from latest support incidents we've learned that your script is accessing data at partial bar. This is probably what makes it violate the boundaries.
QUOTE:
Monte Carlo opt error - <Parameters> "Cross-thread operation not valid: Control 'lvErrors' accessed from a thread other than the thread it was created on.
A cross-thread error in MCO? Never heard. Especially consider that the MCO doesn't call
lvErrors in its code, and doesn't seem to use anything WinForms.