Discussing the article: "Role of random number generator quality in the efficiency of optimization algorithms" - page 7

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hold on. Now Andrew's algorithms are responsible for exactly the type of optimisation that MT5-Tester does. In the quoted one you are talking about the overhang over the optimisation algorithm.
In the discussion you can still feel some kind of optimisation algorithm, which is not formally a competitor of the algorithm in MT5-Tester, but solves quite different search tasks. There were no such algorithms in Andrei's series of articles.
Exactly so - an "overlay", an additional (very important) toolkit, which, IMHO, Andrei would have no trouble adding. I wrote at the very beginning that I didn't notice it in the articles, although it would have been useful. Now, for some reason, a political decision has been made to limit it to refined "optimisation algorithms", and not to touch the finished solution of "optimisation" in a more practical sense. It's like designing a car to set a speed record in the Mojave Desert, but most people won't use it, because you have to drive on rough terrain and mountain serpentines. ;-)
PS. This toolkit is also missing in the standard optimiser. There is a forward test for a tick, but it does not help much.
Forum on trading, automated trading systems and testing trading strategies
Discussion of the article "The role of random number generator quality in the efficiency of optimisation algorithms"
fxsaber, 2024.03.30 18:16
Suggested an iterative approach, when before each iteration as another run of the GA, the areas of the found vertex (on the previous iteration) are poked out.
Even such a head-on approach would work for me. But I don't understand how to determine the area of poking in a multidimensional space?
Any thoughts, how to determine the area of the found global peak by the calculated values (let them be 10 000 pieces) of FF? To force -DBL_MAX in this area on the next iteration of FF.
Even such a frontal option would work for me. But I don't understand how to define the area of poking in a multidimensional space?
Any thoughts, how to determine the area of the found global peak by the calculated values (let them be 10 000 pieces) of FF? To force -DBL_MAX in this area on the next iteration of FF.
You can take several nearest points with the maximum value and calculate the coordinates of their "centre of mass". It is necessary to determine the minimum distance between the points.
I don't understand how to calculate the distance between points. Each coordinate has its own parrots.
I thought to take a certain part of the optimisation range of this coordinate as a parrot of a coordinate.
For example, optim X4 from -5 to +5, the parrot is equal to 1% (conditionally) of the interval length (10).
Exactly so - a "canopy", an additional (very important) toolkit, which, IMHO, Andrei would have no problem adding. I wrote at the very beginning that I didn't notice it in the articles, although it would have been useful. Now, for some reason, a political decision has been made to limit it to refined "optimisation algorithms", and not to touch the finished solution of "optimisation" in a more practical sense. It's like designing a car to set a speed record in the Mojave Desert, but most people won't use it, because you have to drive on rough terrain and mountain serpentines. ;-)
PS. This toolkit is also missing in the standard optimiser. There is a forward test for a tick, but it does not help much.
I wanted to describe the terminology, but now I don't even know if there is a need for it....
No, parsing optimisation algorithms and studying them thoroughly is not akin to building a car, but to understanding the subtleties of the principles of an internal combustion engine. And these principles can be used to build tractors and bolides.
I can't figure out how to calculate the distance between points. Each coordinate has its own parrots.
I thought to take a certain part of the optimisation range of this coordinate as a parrot of a coordinate.
For example, optim X4 from -5 to +5, the parrot is equal to 1% (conditionally) of the interval length (10).
I wouldn't take the centre of mass. Just the coordinate of the best point.
Some incomprehensible result. If you implement iterative poking, I suppose you can find a lot of "rocks".
Tangent is an unsuccessful FF, TS-FF is much easier to poke out.
I wouldn't take the centre of mass. Just the coordinate of the best point.