Loading...
You are not logged-in Login/Register





  • Posts   Search Threads
  • dsmanoli@econ.ucla.eduJuly 3, 2009 10:59 AM PDT   
    IMSL: source code for optimization routine BCPOL


    Hi,

    I purchased the IMSL library and I have been using the optimization routine BCPOL to minimize a function. The documentation says "The routine BCPOL uses the complex method to find a minimum point of a function of n variables" but I need to find out more about what this optimization routine is doing.

    Is there a way I can look at the source code for BCPOL? If so, where can I find the Fortran source code on my computer? If not, are there any programs on the web that use the same algorithm that I can look at?

    I appreciate any help!

    Thanks,
    Day


    Steve Lionel (Intel)July 3, 2009 5:58 PM PDT
    Rate
     
    Re: IMSL: source code for optimization routine BCPOL

    The source code is proprietary to Visual Numerics and is not available.  I'd suggest asking at the VNI IMSL forum where the VNI engineers and scientists hang out, but I see you've already done that.


    Steve

    Attaching or including files in a post
    Doctor Fortran blog
    @DoctorFortran on Twitter

    bendel boyJuly 7, 2009 2:58 AM PDT
    Rate
     
    Re: IMSL: source code for optimization routine BCPOL

    The source code is proprietary to Visual Numerics and is not available.  I'd suggest asking at the VNI IMSL forum where the VNI engineers and scientists hang out, but I see you've already done that.

    IMSL may let have you access to the source code, but at a steep price.

    The Complex method is effectively the Simplex (Nelder-Mead) method with support for bounds. (It was a deliberate play on words.)

    I see that your IMSL posting has given you suitable references & C++ source code. I'd be inclined to go to http://plato.asu.edu/sub/nlores.html and use the COBYLA codes as being the best equivalent.


Forum jump:  

Intel Software Network Forums Statistics

16,369 users have contributed to 46,341 threads and 163,954 posts to date.

In the past 24 hours, we have 18 new thread(s) 102 new posts(s), and 67 new user(s).

In the past 3 days, the most popular thread for everyone has been Formula for the intersection of straight lines The most posts were made to Take a look at John Burkhard&# The post with the most views is \"-check none\" generates error

Please welcome our newest member bikerepair8


For more complete information about compiler optimizations, see our Optimization Notice.