• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

R optimization algorithm

Joined
12/1/07
Messages
22
Points
11
Hi, does anybody know nonlinear global optimization packages/functions in R. I am working on replicating a portfolio and have about 35 scenarios for 20 different assets which weights I am trying to optimize to match the MV changes of the portfolio.
 
install.packages()
and search manually. I use 2.13 and it works fine. The package is built under 2.13.2
 
Back
Top