Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 5
    $\begingroup$ If "list of parameters" is a list of numbers, then something like Do[res[p] = NMinimize[...], {p, parameterList}] would save the results in res. Instead of making definitions, you could also add each result to a list or association. $\endgroup$ Commented Feb 24, 2018 at 22:57
  • $\begingroup$ That sounds like a good plan. It reminds me append in other "languages". I will give it a try. Thank you very much, @MichaelE2! $\endgroup$ Commented Feb 25, 2018 at 14:18