Nonlinear programming in SciSmalltalk?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Nonlinear programming in SciSmalltalk?

Sebastian Tleye
Hi, 

I wonder if there is something to apply nonlinear programming in SciSmalltalk
What I need is very easy, I have a vector {x1 x2... xn} and a function over these elements f(x1...xn), I want to maximize this function with the constraint 
that x1 + x2 + ... + xn = 1

Is there something to do this?

--
You received this message because you are subscribed to the Google Groups "SciSmalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Nonlinear programming in SciSmalltalk?

werner kassens-2
Hi Sebastian,
no, at the moment there is no constrained optimization routine in scismalltalk. of course you could try one of the unconstrained optimization routines in scismalltalk with some penalty method, but with equality constraints this is not the most successfull way in my experience.
werner

On Wednesday, February 25, 2015 at 8:24:20 PM UTC+1, Sebastian Tleye wrote:
Hi, 

I wonder if there is something to apply nonlinear programming in SciSmalltalk
What I need is very easy, I have a vector {x1 x2... xn} and a function over these elements f(x1...xn), I want to maximize this function with the constraint 
that x1 + x2 + ... + xn = 1

Is there something to do this?

--
You received this message because you are subscribed to the Google Groups "SciSmalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Nonlinear programming in SciSmalltalk?

Sebastian Tleye
Ah ok, thanks Werner, I'll see what I can do!

2015-02-25 21:31 GMT+01:00 werner kassens <[hidden email]>:
Hi Sebastian,
no, at the moment there is no constrained optimization routine in scismalltalk. of course you could try one of the unconstrained optimization routines in scismalltalk with some penalty method, but with equality constraints this is not the most successfull way in my experience.
werner


On Wednesday, February 25, 2015 at 8:24:20 PM UTC+1, Sebastian Tleye wrote:
Hi, 

I wonder if there is something to apply nonlinear programming in SciSmalltalk
What I need is very easy, I have a vector {x1 x2... xn} and a function over these elements f(x1...xn), I want to maximize this function with the constraint 
that x1 + x2 + ... + xn = 1

Is there something to do this?

--
You received this message because you are subscribed to a topic in the Google Groups "SciSmalltalk" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/scismalltalk/gVSKHt8cylA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "SciSmalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.