472,353 Members | 1,537 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 software developers and data experts.

function minimization

Hi!

Does anyone of you know a python library to find minima of
multivariable mathematical functions?

I know that in SciPy there is what I need, however I wonder if there is
something lighter without the need to install the whole package.

Thank you a lot,
Stefano
Jul 18 '05 #1
3 3013
what about "Differential Evolution"
for Continuous Function Optimization?
(by Kenneth Price and Rainer Storn)
http://www.icsi.berkeley.edu/~storn/code.html

there is a link to a pure python example on
the web page.

Carl

Stefano Covino <st************@libero.it> wrote in message news:<pa****************************@libero.it>...
Hi!

Does anyone of you know a python library to find minima of
multivariable mathematical functions?

I know that in SciPy there is what I need, however I wonder if there is
something lighter without the need to install the whole package.

Thank you a lot,
Stefano

Jul 18 '05 #2
Stefano Covino wrote:
Hi!

Does anyone of you know a python library to find minima of
multivariable mathematical functions?

I know that in SciPy there is what I need, however I wonder if there is
something lighter without the need to install the whole package.

Thank you a lot,
Stefano


See

http://pylab.sourceforge.net/

then

optimize.py

/Carl
Jul 18 '05 #3

See

http://pylab.sourceforge.net/

then

optimize.py

/Carl


Yes, this is exactly what I was looking for.

Thank you a lot,
Stefano

Jul 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: domeceo | last post by:
can anyone tell me why I cannot pass values in a setTimeout function whenever I use this function it says "menu is undefined" after th alert. ...
5
by: Honestmath | last post by:
Hello everyone, I'm using a root finding algorithm in a function that only takes as arguments a function pointer and two variables that represent...
5
by: phil_gg04 | last post by:
Dear Javascript Experts, Opera seems to have different ideas about the visibility of Javascript functions than other browsers. For example, if I...
6
by: laniik | last post by:
hi. does anyone know if there is a good/free/popular c++ library for nonlinear conjugate gradient minimization? i.e. somthing that takes a f(x)=y...
2
by: laredotornado | last post by:
Hello, I am looking for a cross-browser way (Firefox 1+, IE 5.5+) to have my Javascript function execute from the BODY's "onload" method, but if...
2
by: sushil | last post by:
+1 #include<stdio.h> +2 #include <stdlib.h> +3 typedef struct +4 { +5 unsigned int PID; +6 unsigned int CID; +7 } T_ID; +8 +9 ...
8
by: Olov Johansson | last post by:
I just found out that JavaScript 1.5 (I tested this with Firefox 1.0.7 and Konqueror 3.5) has support not only for standard function definitions,...
3
by: Beta What | last post by:
Hello, I have a question about casting a function pointer. Say I want to make a generic module (say some ADT implementation) that requires a...
6
by: Martin Bootsma | last post by:
I have a C question, which looks very easy, but no one here seems to know an easy answer. I have a function "powell" (from Numerical Recipes)...
3
by: markscala | last post by:
Is anyone aware of python library that does function minimization a la Minuit (http://wwwasdoc.web.cern.ch/wwwasdoc/minuit/) used by CERN? thanks
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.