Search code examples
rmathematical-optimization

mathematical-optimization tutorials


Can someone help me with some tutorials on how I can learn to formulate optimization problems in R?

I am mainly looking for 2d optimization problems. Until now I have found a lot of info on optimization algorithms, however almost nothing on how to implement them with 1 or 2 examples.


Solution

  • Well, the R task guides are always a good place to start.

    In addition, there was a recent article on the optimx package in R

    Also, if you load up some packages listed in the task guide, then you will probably find some useful vignettes (I've learned an awful lot of stats from those vignettes over the years).