
|
How to enable parameters optimization?
Hi list, I am playing with a simple SMA system and I have added the @Optimize annotations to my attribute, just like in the examples. However, the parameters have never changed. Should I use a special runner or replay service?
Att, Franklin Samir Dattein
_______________________________________________
ccapi mailing list
ccapi@...
http://activestocks.de/cgi-bin/mailman/listinfo/ccapi
|

|
Re: How to enable parameters optimization?
Hi Franklin, You have to use a special optimizer, and in there make sure to handle these optimize annotations. I remember we had a very simple one in the past, but this feature is widely underdeveloped. However, there are some efforts to spend more time on these features.
For your attention, we rarely do this, but consider contacting us, the coreteam directly, as this is something that is worked on already underground. Kind regards, Ulrich
On Thu, Oct 22, 2009 at 9:03 PM, Franklin S. Dattein <franklin@...> wrote:
Hi list,
I am playing with a simple SMA system and I have added the @Optimize annotations to my attribute, just like in the examples.
However, the parameters have never changed. Should I use a special runner or replay service?
Att, Franklin Samir Dattein
_______________________________________________
ccapi mailing list
ccapi@...
http://activestocks.de/cgi-bin/mailman/listinfo/ccapi
-- Ulrich B. Staudinger
_______________________________________________
ccapi mailing list
ccapi@...
http://activestocks.de/cgi-bin/mailman/listinfo/ccapi
|

|
Re: How to enable parameters optimization?
Hi Ulrich,
I've sent you an e-mail.
In the meanwhile, what is the best please to start looking?
Thanks,
Franklin
Ulrich Staudinger-2 wrote:
Hi Franklin,
You have to use a special optimizer, and in there make sure to handle these
optimize annotations. I remember we had a very simple one in the past, but
this feature is widely underdeveloped. However, there are some efforts to
spend more time on these features.
For your attention, we rarely do this, but consider contacting us, the
coreteam directly, as this is something that is worked on already
underground.
Kind regards,
Ulrich
On Thu, Oct 22, 2009 at 9:03 PM, Franklin S. Dattein <
franklin@portaljava.com> wrote:
> Hi list,
>
> I am playing with a simple SMA system and I have added the @Optimize
> annotations to my attribute, just like in the examples.
>
> However, the parameters have never changed.
> Should I use a special runner or replay service?
>
> Att,
> Franklin Samir Dattein
>
> _______________________________________________
> ccapi mailing list
> ccapi@activestocks.de
> http://activestocks.de/cgi-bin/mailman/listinfo/ccapi>
>
--
Ulrich B. Staudinger
_______________________________________________
ccapi mailing list
ccapi@activestocks.de
http://activestocks.de/cgi-bin/mailman/listinfo/ccapi
|

|
Re: How to enable parameters optimization?
Hi Franklin,
i also try to optimize some parameters. Did you already find a way to do so? How do you started and which optimizer do you have used?
thanks,
alex
2009/10/28 Franklin Dattein <franklin@...>
Hi Ulrich,
I've sent you an e-mail.
In the meanwhile, what is the best please to start looking?
Thanks, Franklin
Ulrich Staudinger-2 wrote: > > Hi Franklin, > > You have to use a special optimizer, and in there make sure to handle > these > optimize annotations. I remember we had a very simple one in the past, but
> this feature is widely underdeveloped. However, there are some efforts to > spend more time on these features. > > For your attention, we rarely do this, but consider contacting us, the > coreteam directly, as this is something that is worked on already
> underground. > > > Kind regards, > Ulrich > > > On Thu, Oct 22, 2009 at 9:03 PM, Franklin S. Dattein < > franklin@...> wrote:
> >> Hi list, >> >> I am playing with a simple SMA system and I have added the @Optimize >> annotations to my attribute, just like in the examples. >> >> However, the parameters have never changed.
>> Should I use a special runner or replay service? >> >> Att, >> Franklin Samir Dattein >> >> _______________________________________________ >> ccapi mailing list
>> ccapi@...>> http://activestocks.de/cgi-bin/mailman/listinfo/ccapi
>> >> > > > -- > Ulrich B. Staudinger > > _______________________________________________ > ccapi mailing list > ccapi@...
> http://activestocks.de/cgi-bin/mailman/listinfo/ccapi> > -- View this message in context: http://www.nabble.com/How-to-enable-parameters-optimization--tp26016281p26092902.html
Sent from the ActiveQuant mailing list archive at Nabble.com.
_______________________________________________
ccapi mailing list
ccapi@...
http://activestocks.de/cgi-bin/mailman/listinfo/ccapi
|

|
Re: How to enable parameters optimization?
Alex, i'll include you on a little subproject .... /u On Wed, Nov 4, 2009 at 12:39 PM, Alexander Nowak <nowak@...> wrote:
Hi Franklin,
i also try to optimize some parameters. Did you already find a way to do so? How do you started and which optimizer do you have used?
thanks,
alex
2009/10/28 Franklin Dattein <franklin@...>
Hi Ulrich,
I've sent you an e-mail.
In the meanwhile, what is the best please to start looking?
Thanks, Franklin
Ulrich Staudinger-2 wrote: > > Hi Franklin, > > You have to use a special optimizer, and in there make sure to handle > these > optimize annotations. I remember we had a very simple one in the past, but
> this feature is widely underdeveloped. However, there are some efforts to > spend more time on these features. > > For your attention, we rarely do this, but consider contacting us, the > coreteam directly, as this is something that is worked on already
> underground. > > > Kind regards, > Ulrich > > > On Thu, Oct 22, 2009 at 9:03 PM, Franklin S. Dattein < > franklin@...> wrote:
> >> Hi list, >> >> I am playing with a simple SMA system and I have added the @Optimize >> annotations to my attribute, just like in the examples. >> >> However, the parameters have never changed.
>> Should I use a special runner or replay service? >> >> Att, >> Franklin Samir Dattein >> >> _______________________________________________ >> ccapi mailing list
>> ccapi@...>> http://activestocks.de/cgi-bin/mailman/listinfo/ccapi
>> >> > > > -- > Ulrich B. Staudinger > > _______________________________________________ > ccapi mailing list > ccapi@...
> http://activestocks.de/cgi-bin/mailman/listinfo/ccapi> > -- View this message in context: http://www.nabble.com/How-to-enable-parameters-optimization--tp26016281p26092902.html
Sent from the ActiveQuant mailing list archive at Nabble.com.
_______________________________________________
ccapi mailing list
ccapi@...
http://activestocks.de/cgi-bin/mailman/listinfo/ccapi
-- Ulrich B. Staudinger
_______________________________________________
ccapi mailing list
ccapi@...
http://activestocks.de/cgi-bin/mailman/listinfo/ccapi
|

|
Re: How to enable parameters optimization?
Hi Alex, I did a simple refactoring in the SimpleOptmizer class, just to read the @Optimize attributes and run as many Systems as the total number of combinations. Very simple and slow. I can send you if you need.
However, Ulrich is about to release a better version. Ulrich, if possible please include me in the "little subproject" too. Thanks, Franklin Samir Dattein
On Wed, Nov 4, 2009 at 7:35 PM, Ulrich Staudinger <ustaudinger@...> wrote:
Alex, i'll include you on a little subproject .... /uOn Wed, Nov 4, 2009 at 12:39 PM, Alexander Nowak <nowak@...> wrote:
Hi Franklin,
i also try to optimize some parameters. Did you already find a way to do so? How do you started and which optimizer do you have used?
thanks,
alex
2009/10/28 Franklin Dattein <franklin@...>
Hi Ulrich,
I've sent you an e-mail.
In the meanwhile, what is the best please to start looking?
Thanks, Franklin
Ulrich Staudinger-2 wrote: > > Hi Franklin, > > You have to use a special optimizer, and in there make sure to handle > these > optimize annotations. I remember we had a very simple one in the past, but
> this feature is widely underdeveloped. However, there are some efforts to > spend more time on these features. > > For your attention, we rarely do this, but consider contacting us, the > coreteam directly, as this is something that is worked on already
> underground. > > > Kind regards, > Ulrich > > > On Thu, Oct 22, 2009 at 9:03 PM, Franklin S. Dattein < > franklin@...> wrote:
> >> Hi list, >> >> I am playing with a simple SMA system and I have added the @Optimize >> annotations to my attribute, just like in the examples. >> >> However, the parameters have never changed.
>> Should I use a special runner or replay service? >> >> Att, >> Franklin Samir Dattein >> >> _______________________________________________ >> ccapi mailing list
>> ccapi@...>> http://activestocks.de/cgi-bin/mailman/listinfo/ccapi
>> >> > > > -- > Ulrich B. Staudinger > > _______________________________________________ > ccapi mailing list > ccapi@...
> http://activestocks.de/cgi-bin/mailman/listinfo/ccapi> > -- View this message in context: http://www.nabble.com/How-to-enable-parameters-optimization--tp26016281p26092902.html
Sent from the ActiveQuant mailing list archive at Nabble.com.
_______________________________________________
ccapi mailing list
ccapi@...
http://activestocks.de/cgi-bin/mailman/listinfo/ccapi
-- Ulrich B. Staudinger
_______________________________________________
ccapi mailing list
ccapi@...
http://activestocks.de/cgi-bin/mailman/listinfo/ccapi
_______________________________________________
ccapi mailing list
ccapi@...
http://activestocks.de/cgi-bin/mailman/listinfo/ccapi
|