SCOUG-Programming Mailing List Archives
Return to [ 16 |
April |
2003 ]
<< Previous Message <<
>> Next Message >>
Content Type: text/plain
Steven Levine wrote:
>
> I'm actually surprised you don't already
> have this in your optimization code.
My financial optimizations run in a fundamentally different way. Each
different expression (such as "What is the seasonal impact?" or "What is
the impact of the Nikkei-to-FTSE ratio?") is first optimized
independently. Then *all* of these expressions are additively combined
with respective coefficients and the coefficients are jointly optimized.
For example, if fA() is "What is the seasonal impact?" and fB() is "What
is the impact of the Nikkei-to-FTSE ratio?", then fA() and fB() are
first independently optimized as if each is the *only* function in the
system. Once the optimal fA() and fB() are determined, then they are
additively combined as
[ C1 * fA() ] + [ C2 * fB() ]
and the coefficients C1 and C2 are jointly optimized.
There are no permutations, i.e. exotic expressions such as
fA() ^ fB()
and
fB() ^ fA()
are not considered.
> Google reports:
> http://www-or.amp.i.kyoto-u.ac.jp/members/yagiura/papers/common95-e_abst.html
> etc. for:
> enumerate all permutations algorithm
Thanks. Unfortunately it's in PostScript which I can't render here.
I did at first go to Google but was stymied by the massive number of
references, and was hoping that someone could simply suggest a "best"
algorithm. The best reference I have found so far is "Permutations by
Interchanges" by B. R. Heath (1963) which Sedgewick claims is the
fastest known, but finding Heath's paper was a chore. I have finally
located it (in TIF format!) at The Oxford University Press in England.
- Peter
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-programming".
For problems, contact the list owner at
"rollin@scoug.com".
=====================================================
<< Previous Message <<
>> Next Message >>
Return to [ 16 |
April |
2003 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|