Re: [Scilab-users] Sequential Quadratic Programming in Scilab

2013-08-29 Thread Carrico, Paul
I downloaded the latest nlopt-2.3 tarball, unpacked scinlopt in a temporary 
repertory, updated the loader.sce file and executed it directly in scilab ... 
the compilation seemed to run fine ...
 
While help files exist in the unpacked repertory, i do not figure out how to 
have access to it in the help browser    neither nlopt nor slsqp leads to 
any help page 
 
Am I mistaken ?
 
Paul



De : users-boun...@lists.scilab.org [mailto:users-boun...@lists.scilab.org] De 
la part de Rakhi Warriar
Envoyé : jeudi 29 août 2013 08:33
À : International users mailing list for Scilab.
Objet : Re: [Scilab-users] Sequential Quadratic Programming in Scilab


Hi, I could install scinlopt through atomsInstall(scinlopt). I am not sure if 
this is the latest version. The atoms page says that it is still being 
packaged.  
But am still trying to figure out how to use it. There aren't any help files. 

Rakhi


On Thu, Aug 29, 2013 at 11:49 AM, Carrico, Paul  
wrote:



maybe have a look to NLOPT including SQP algorithm (among others) ... 
but it's not linked to Scilab so far  
 



De : users-boun...@lists.scilab.org 
[mailto:users-boun...@lists.scilab.org] De la part de Rakhi Warriar
Envoyé : jeudi 29 août 2013 07:58
À : International users mailing list for Scilab.
Objet : Re: [Scilab-users] Sequential Quadratic Programming in Scilab


Thanks for the info! I shall revert back if I have any further queries. 

Rakhi


On Tue, Aug 20, 2013 at 5:40 PM, Stéphane Mottelet 
 wrote:


Hello, 

I have updated the fsqp toolbox for Scilab 5.4 an can provide 
the package (without the cfsqp.c file which has to be obtained from the 
authors).


S.


2013/8/19 Michael BAUDIN 


Hi, 

What kind of optimization problem are you willing to 
solve ? SQP is typical for nonlinear programming (with constraints), but this 
is just a guess an may not correspond to your specific issue. 

If you have a constrained optimization problem, I 
suggest to try : 

http://atoms.scilab.org/toolboxes/sci_ipopt 
<http://atoms.scilab.org/toolboxes/sci_ipopt>  

If you are searching for a smoothier interface, please 
try : 

http://atoms.scilab.org/toolboxes/fmincon 
<http://atoms.scilab.org/toolboxes/fmincon>  

but this is still in pre-alpha state. 

The toolbox : 

http://atoms.scilab.org/toolboxes/scinlopt 
<http://atoms.scilab.org/toolboxes/scinlopt>  

might be helpful. But, as far as I can see, there are 
packaging issues (the previous release was not available on Windows, and the 
latest release is not packaged on atoms). 

The FSQP toolbox was never released publicly for 
license reasons. It was available upon request to the authors, for research 
only. The code is simple and efficient. My guess is that it is not maintained 
anymore, except, perhaps, by Scilab Enterprises. 

Hope this helps. 

Best regards, 

Michaël 



De :rakhiwarr...@gmail.com 
A :users@lists.scilab.org 
Date :19/08/2013 09:49 
    Objet :    [Scilab-users] Sequential Quadratic 
Programming in Scilab 
Envoyé par :users-boun...@lists.scilab.org 






Hello 

How can one do SQP using Scilab? I found a pdf that 
explains about an fsqp toolbox in Scilab, but the link given does not work 
anymore. Could someone tell me of any toolboxes available for SQP in Scilab?  

Thanks! 

Rakhi___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users 
<http://lists.sc

Re: [Scilab-users] Sequential Quadratic Programming in Scilab

2013-08-28 Thread Rakhi Warriar
Hi, I could install scinlopt through atomsInstall(scinlopt). I am not sure
if this is the latest version. The atoms page says that it is still being
packaged.
But am still trying to figure out how to use it. There aren't any help
files.

Rakhi


On Thu, Aug 29, 2013 at 11:49 AM, Carrico, Paul
wrote:

> **
> maybe have a look to NLOPT including SQP algorithm (among others) ... but
> it's not linked to Scilab so far
>
>
>  --
> *De :* users-boun...@lists.scilab.org [mailto:
> users-boun...@lists.scilab.org] *De la part de* Rakhi Warriar
> *Envoyé :* jeudi 29 août 2013 07:58
> *À :* International users mailing list for Scilab.
> *Objet :* Re: [Scilab-users] Sequential Quadratic Programming in Scilab
>
>  Thanks for the info! I shall revert back if I have any further queries.
>
> Rakhi
>
>
> On Tue, Aug 20, 2013 at 5:40 PM, Stéphane Mottelet <
> stephane.motte...@gmail.com> wrote:
>
>> Hello,
>>
>> I have updated the fsqp toolbox for Scilab 5.4 an can provide the package
>> (without the cfsqp.c file which has to be obtained from the authors).
>>
>> S.
>>
>>
>> 2013/8/19 Michael BAUDIN 
>>
>>> Hi,
>>>
>>> What kind of optimization problem are you willing to solve ? SQP is
>>> typical for nonlinear programming (with constraints), but this is just a
>>> guess an may not correspond to your specific issue.
>>>
>>> If you have a constrained optimization problem, I suggest to try :
>>>
>>> *http://atoms.scilab.org/toolboxes/sci_ipopt*<http://atoms.scilab.org/toolboxes/sci_ipopt>
>>>
>>> If you are searching for a smoothier interface, please try :
>>>
>>> *http://atoms.scilab.org/toolboxes/fmincon*<http://atoms.scilab.org/toolboxes/fmincon>
>>>
>>> but this is still in pre-alpha state.
>>>
>>> The toolbox :
>>>
>>> *http://atoms.scilab.org/toolboxes/scinlopt*<http://atoms.scilab.org/toolboxes/scinlopt>
>>>
>>> might be helpful. But, as far as I can see, there are packaging issues
>>> (the previous release was not available on Windows, and the latest release
>>> is not packaged on atoms).
>>>
>>> The FSQP toolbox was never released publicly for license reasons. It was
>>> available upon request to the authors, for research only. The code is
>>> simple and efficient. My guess is that it is not maintained anymore,
>>> except, perhaps, by Scilab Enterprises.
>>>
>>> Hope this helps.
>>>
>>> Best regards,
>>>
>>> Michaël
>>>
>>>
>>>
>>> De :rakhiwarr...@gmail.com
>>> A :users@lists.scilab.org
>>> Date :19/08/2013 09:49
>>> Objet :[Scilab-users] Sequential Quadratic Programming in Scilab
>>> Envoyé par :users-boun...@lists.scilab.org
>>> --
>>>
>>>
>>>
>>> Hello
>>>
>>> How can one do SQP using Scilab? I found a pdf that explains about an
>>> fsqp toolbox in Scilab, but the link given does not work anymore. Could
>>> someone tell me of any toolboxes available for SQP in Scilab?
>>>
>>> Thanks!
>>> Rakhi___
>>> users mailing list
>>> users@lists.scilab.org
>>> http://lists.scilab.org/mailman/listinfo/users
>>>
>>>
>>> Ce message et toutes les pièces jointes (ci-après le 'Message') sont
>>> établis à l'intention exclusive des destinataires et les informations qui y
>>> figurent sont strictement confidentielles. Toute utilisation de ce Message
>>> non conforme à sa destination, toute diffusion ou toute publication totale
>>> ou partielle, est interdite sauf autorisation expresse.
>>>
>>> Si vous n'êtes pas le destinataire de ce Message, il vous est interdit
>>> de le copier, de le faire suivre, de le divulguer ou d'en utiliser tout ou
>>> partie. Si vous avez reçu ce Message par erreur, merci de le supprimer de
>>> votre système, ainsi que toutes ses copies, et de n'en garder aucune trace
>>> sur quelque support que ce soit. Nous vous remercions également d'en
>>> avertir immédiatement l'expéditeur par retour du message.
>>>
>>> Il est impossible de garantir que les communications par messagerie
>>> électronique arrivent en temps utile, sont sécurisées ou dénuées de toute
>>> erreur ou virus.
>>> ___

Re: [Scilab-users] Sequential Quadratic Programming in Scilab

2013-08-28 Thread Carrico, Paul
maybe have a look to NLOPT including SQP algorithm (among others) ... but it's 
not linked to Scilab so far  
 



De : users-boun...@lists.scilab.org [mailto:users-boun...@lists.scilab.org] De 
la part de Rakhi Warriar
Envoyé : jeudi 29 août 2013 07:58
À : International users mailing list for Scilab.
Objet : Re: [Scilab-users] Sequential Quadratic Programming in Scilab


Thanks for the info! I shall revert back if I have any further queries. 

Rakhi


On Tue, Aug 20, 2013 at 5:40 PM, Stéphane Mottelet 
 wrote:


Hello, 

I have updated the fsqp toolbox for Scilab 5.4 an can provide the 
package (without the cfsqp.c file which has to be obtained from the authors).


S.


2013/8/19 Michael BAUDIN 


Hi, 

What kind of optimization problem are you willing to solve ? 
SQP is typical for nonlinear programming (with constraints), but this is just a 
guess an may not correspond to your specific issue. 

If you have a constrained optimization problem, I suggest to 
try : 

http://atoms.scilab.org/toolboxes/sci_ipopt 
<http://atoms.scilab.org/toolboxes/sci_ipopt>  

If you are searching for a smoothier interface, please try : 

http://atoms.scilab.org/toolboxes/fmincon 
<http://atoms.scilab.org/toolboxes/fmincon>  

but this is still in pre-alpha state. 

The toolbox : 

http://atoms.scilab.org/toolboxes/scinlopt 
<http://atoms.scilab.org/toolboxes/scinlopt>  

might be helpful. But, as far as I can see, there are packaging 
issues (the previous release was not available on Windows, and the latest 
release is not packaged on atoms). 

The FSQP toolbox was never released publicly for license 
reasons. It was available upon request to the authors, for research only. The 
code is simple and efficient. My guess is that it is not maintained anymore, 
except, perhaps, by Scilab Enterprises. 

Hope this helps. 

Best regards, 

Michaël 



De :rakhiwarr...@gmail.com 
A :users@lists.scilab.org 
Date :19/08/2013 09:49 
    Objet :[Scilab-users] Sequential Quadratic Programming 
in Scilab 
Envoyé par :users-boun...@lists.scilab.org 






Hello 

How can one do SQP using Scilab? I found a pdf that explains 
about an fsqp toolbox in Scilab, but the link given does not work anymore. 
Could someone tell me of any toolboxes available for SQP in Scilab?  

Thanks! 

Rakhi___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users 
<http://lists.scilab.org/mailman/listinfo/users> 






Ce message et toutes les pièces jointes (ci-après le 'Message') 
sont établis à l'intention exclusive des destinataires et les informations qui 
y figurent sont strictement confidentielles. Toute utilisation de ce Message 
non conforme à sa destination, toute diffusion ou toute publication totale ou 
partielle, est interdite sauf autorisation expresse.

Si vous n'êtes pas le destinataire de ce Message, il vous est 
interdit de le copier, de le faire suivre, de le divulguer ou d'en utiliser 
tout ou partie. Si vous avez reçu ce Message par erreur, merci de le supprimer 
de votre système, ainsi que toutes ses copies, et de n'en garder aucune trace 
sur quelque support que ce soit. Nous vous remercions également d'en avertir 
immédiatement l'expéditeur par retour du message.

Il est impossible de garantir que les communications par 
messagerie électronique arrivent en temps utile, sont sécurisées ou dénuées de 
toute erreur ou virus.


This message and any attachments (the 'Message') are intended 
solely for the addressees. The information contained in this Message is 
confidential. Any use of information contained in this Message not in accord 
with its purpose, any dissemination or disclosure, either whole or partial, is 
prohibited except formal approval.

If you are not the addressee, you may not copy, forward, 
disc

Re: [Scilab-users] Sequential Quadratic Programming in Scilab

2013-08-28 Thread Rakhi Warriar
Thanks for the info! I shall revert back if I have any further queries.

Rakhi


On Tue, Aug 20, 2013 at 5:40 PM, Stéphane Mottelet <
stephane.motte...@gmail.com> wrote:

> Hello,
>
> I have updated the fsqp toolbox for Scilab 5.4 an can provide the package
> (without the cfsqp.c file which has to be obtained from the authors).
>
> S.
>
>
> 2013/8/19 Michael BAUDIN 
>
>> Hi,
>>
>> What kind of optimization problem are you willing to solve ? SQP is
>> typical for nonlinear programming (with constraints), but this is just a
>> guess an may not correspond to your specific issue.
>>
>> If you have a constrained optimization problem, I suggest to try :
>>
>> *http://atoms.scilab.org/toolboxes/sci_ipopt*<http://atoms.scilab.org/toolboxes/sci_ipopt>
>>
>> If you are searching for a smoothier interface, please try :
>>
>> *http://atoms.scilab.org/toolboxes/fmincon*<http://atoms.scilab.org/toolboxes/fmincon>
>>
>> but this is still in pre-alpha state.
>>
>> The toolbox :
>>
>> *http://atoms.scilab.org/toolboxes/scinlopt*<http://atoms.scilab.org/toolboxes/scinlopt>
>>
>> might be helpful. But, as far as I can see, there are packaging issues
>> (the previous release was not available on Windows, and the latest release
>> is not packaged on atoms).
>>
>> The FSQP toolbox was never released publicly for license reasons. It was
>> available upon request to the authors, for research only. The code is
>> simple and efficient. My guess is that it is not maintained anymore,
>> except, perhaps, by Scilab Enterprises.
>>
>> Hope this helps.
>>
>> Best regards,
>>
>> Michaël
>>
>>
>>
>> De :rakhiwarr...@gmail.com
>> A :users@lists.scilab.org
>> Date :19/08/2013 09:49
>> Objet :[Scilab-users] Sequential Quadratic Programming in Scilab
>> Envoyé par :users-boun...@lists.scilab.org
>> --
>>
>>
>>
>> Hello
>>
>> How can one do SQP using Scilab? I found a pdf that explains about an
>> fsqp toolbox in Scilab, but the link given does not work anymore. Could
>> someone tell me of any toolboxes available for SQP in Scilab?
>>
>> Thanks!
>> Rakhi___
>> users mailing list
>> users@lists.scilab.org
>> http://lists.scilab.org/mailman/listinfo/users
>>
>>
>> Ce message et toutes les pièces jointes (ci-après le 'Message') sont
>> établis à l'intention exclusive des destinataires et les informations qui y
>> figurent sont strictement confidentielles. Toute utilisation de ce Message
>> non conforme à sa destination, toute diffusion ou toute publication totale
>> ou partielle, est interdite sauf autorisation expresse.
>>
>> Si vous n'êtes pas le destinataire de ce Message, il vous est interdit de
>> le copier, de le faire suivre, de le divulguer ou d'en utiliser tout ou
>> partie. Si vous avez reçu ce Message par erreur, merci de le supprimer de
>> votre système, ainsi que toutes ses copies, et de n'en garder aucune trace
>> sur quelque support que ce soit. Nous vous remercions également d'en
>> avertir immédiatement l'expéditeur par retour du message.
>>
>> Il est impossible de garantir que les communications par messagerie
>> électronique arrivent en temps utile, sont sécurisées ou dénuées de toute
>> erreur ou virus.
>> 
>>
>> This message and any attachments (the 'Message') are intended solely for
>> the addressees. The information contained in this Message is confidential.
>> Any use of information contained in this Message not in accord with its
>> purpose, any dissemination or disclosure, either whole or partial, is
>> prohibited except formal approval.
>>
>> If you are not the addressee, you may not copy, forward, disclose or use
>> any part of it. If you have received this message in error, please delete
>> it and all copies from your system and notify the sender immediately by
>> return message.
>>
>> E-mail communication cannot be guaranteed to be timely secure, error or
>> virus-free.
>>
>> ___
>> users mailing list
>> users@lists.scilab.org
>> http://lists.scilab.org/mailman/listinfo/users
>>
>>
>
> ___
> users mailing list
> users@lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>
>
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Sequential Quadratic Programming in Scilab

2013-08-20 Thread Stéphane Mottelet
Hello,

I have updated the fsqp toolbox for Scilab 5.4 an can provide the package
(without the cfsqp.c file which has to be obtained from the authors).

S.


2013/8/19 Michael BAUDIN 

> Hi,
>
> What kind of optimization problem are you willing to solve ? SQP is
> typical for nonlinear programming (with constraints), but this is just a
> guess an may not correspond to your specific issue.
>
> If you have a constrained optimization problem, I suggest to try :
>
> *http://atoms.scilab.org/toolboxes/sci_ipopt*<http://atoms.scilab.org/toolboxes/sci_ipopt>
>
> If you are searching for a smoothier interface, please try :
>
> *http://atoms.scilab.org/toolboxes/fmincon*<http://atoms.scilab.org/toolboxes/fmincon>
>
> but this is still in pre-alpha state.
>
> The toolbox :
>
> *http://atoms.scilab.org/toolboxes/scinlopt*<http://atoms.scilab.org/toolboxes/scinlopt>
>
> might be helpful. But, as far as I can see, there are packaging issues
> (the previous release was not available on Windows, and the latest release
> is not packaged on atoms).
>
> The FSQP toolbox was never released publicly for license reasons. It was
> available upon request to the authors, for research only. The code is
> simple and efficient. My guess is that it is not maintained anymore,
> except, perhaps, by Scilab Enterprises.
>
> Hope this helps.
>
> Best regards,
>
> Michaël
>
>
>
> De :rakhiwarr...@gmail.com
> A :    users@lists.scilab.org
> Date :19/08/2013 09:49
> Objet :[Scilab-users] Sequential Quadratic Programming in Scilab
> Envoyé par :users-boun...@lists.scilab.org
> --
>
>
>
> Hello
>
> How can one do SQP using Scilab? I found a pdf that explains about an fsqp
> toolbox in Scilab, but the link given does not work anymore. Could someone
> tell me of any toolboxes available for SQP in Scilab?
>
> Thanks!
> Rakhi___
> users mailing list
> users@lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>
>
> Ce message et toutes les pièces jointes (ci-après le 'Message') sont
> établis à l'intention exclusive des destinataires et les informations qui y
> figurent sont strictement confidentielles. Toute utilisation de ce Message
> non conforme à sa destination, toute diffusion ou toute publication totale
> ou partielle, est interdite sauf autorisation expresse.
>
> Si vous n'êtes pas le destinataire de ce Message, il vous est interdit de
> le copier, de le faire suivre, de le divulguer ou d'en utiliser tout ou
> partie. Si vous avez reçu ce Message par erreur, merci de le supprimer de
> votre système, ainsi que toutes ses copies, et de n'en garder aucune trace
> sur quelque support que ce soit. Nous vous remercions également d'en
> avertir immédiatement l'expéditeur par retour du message.
>
> Il est impossible de garantir que les communications par messagerie
> électronique arrivent en temps utile, sont sécurisées ou dénuées de toute
> erreur ou virus.
> 
>
> This message and any attachments (the 'Message') are intended solely for
> the addressees. The information contained in this Message is confidential.
> Any use of information contained in this Message not in accord with its
> purpose, any dissemination or disclosure, either whole or partial, is
> prohibited except formal approval.
>
> If you are not the addressee, you may not copy, forward, disclose or use
> any part of it. If you have received this message in error, please delete
> it and all copies from your system and notify the sender immediately by
> return message.
>
> E-mail communication cannot be guaranteed to be timely secure, error or
> virus-free.
>
> ___
> users mailing list
> users@lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>
>
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Sequential Quadratic Programming in Scilab

2013-08-19 Thread Michael BAUDIN
Hi,

What kind of optimization problem are you willing to solve ? SQP is 
typical for nonlinear programming (with constraints), but this is just a 
guess an may not correspond to your specific issue.

If you have a constrained optimization problem, I suggest to try :

http://atoms.scilab.org/toolboxes/sci_ipopt 

If you are searching for a smoothier interface, please try :

http://atoms.scilab.org/toolboxes/fmincon 

but this is still in pre-alpha state.

The toolbox :

http://atoms.scilab.org/toolboxes/scinlopt 

might be helpful. But, as far as I can see, there are packaging issues 
(the previous release was not available on Windows, and the latest release 
is not packaged on atoms).

The FSQP toolbox was never released publicly for license reasons. It was 
available upon request to the authors, for research only. The code is 
simple and efficient. My guess is that it is not maintained anymore, 
except, perhaps, by Scilab Enterprises.

Hope this helps.

Best regards,

Michaël



De :rakhiwarr...@gmail.com
A : users@lists.scilab.org
Date :  19/08/2013 09:49
Objet : [Scilab-users] Sequential Quadratic Programming in Scilab
Envoyé par :users-boun...@lists.scilab.org



Hello

How can one do SQP using Scilab? I found a pdf that explains about an fsqp 
toolbox in Scilab, but the link given does not work anymore. Could someone 
tell me of any toolboxes available for SQP in Scilab? 

Thanks!
Rakhi___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users




Ce message et toutes les pièces jointes (ci-après le 'Message') sont établis à 
l'intention exclusive des destinataires et les informations qui y figurent sont 
strictement confidentielles. Toute utilisation de ce Message non conforme à sa 
destination, toute diffusion ou toute publication totale ou partielle, est 
interdite sauf autorisation expresse.

Si vous n'êtes pas le destinataire de ce Message, il vous est interdit de le 
copier, de le faire suivre, de le divulguer ou d'en utiliser tout ou partie. Si 
vous avez reçu ce Message par erreur, merci de le supprimer de votre système, 
ainsi que toutes ses copies, et de n'en garder aucune trace sur quelque support 
que ce soit. Nous vous remercions également d'en avertir immédiatement 
l'expéditeur par retour du message.

Il est impossible de garantir que les communications par messagerie 
électronique arrivent en temps utile, sont sécurisées ou dénuées de toute 
erreur ou virus.


This message and any attachments (the 'Message') are intended solely for the 
addressees. The information contained in this Message is confidential. Any use 
of information contained in this Message not in accord with its purpose, any 
dissemination or disclosure, either whole or partial, is prohibited except 
formal approval.

If you are not the addressee, you may not copy, forward, disclose or use any 
part of it. If you have received this message in error, please delete it and 
all copies from your system and notify the sender immediately by return message.

E-mail communication cannot be guaranteed to be timely secure, error or 
virus-free.
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[Scilab-users] Sequential Quadratic Programming in Scilab

2013-08-19 Thread Rakhi Warriar
Hello

How can one do SQP using Scilab? I found a pdf that explains about an fsqp
toolbox in Scilab, but the link given does not work anymore. Could someone
tell me of any toolboxes available for SQP in Scilab?

Thanks!
Rakhi
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users