Machine learning in trading: theory, models, practice and algo-trading - page 2453

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
absolutely.
I don't know, but in my opinion it will work if the input data are qualitatively normalized (uniformly ) and only for a regular multilayer Perspectron
and if you use ready-made NS packages, your new metrics will be dropout spoiled
although maybe you are looking for something similar to annealing optimization, but again, the techniques are described, the purpose of creating a bicycle is not clear, and even more so how reliable it is and how to evaluate it, imho
on a test...? the test is the same as the derivative of a function, can be the same curve, tangent at the same point but to two different functions.
Did you understand what you said? The set of words makes no sense.
О !! Hello Vladimir, what is it that you do not hear for a long time was, very much missed your articles, do not write anything new? Maybe on other resources?
There's also a question to you, there is a "Gaussian optimization" (I'm sure you know), it's like the most effective search method for "heavy" fitness functions, but I can not get good results with it here is my example, can you give a comment on my question, why is it so?
Did you understand what you said? The set of words makes no sense.
don't know what "derivative" means? sorry....
You should feel sorry for yourself, with your deductive abilities...
О !! Hello Vladimir, what is it that you do not hear for a long time, very much missed your articles, do you write anything new? Maybe on other resources?
There is another question to you, there is a "gauss optimization" (I'm sure you know), it seems to be the most effective method of searching for "heavy" fitness functions, but I can not get good results with it here is my example, can you give a comment on my question, why so get.
Greetings. Articles using R are taboo on this site. That's why it won't be.
Concerning your question, do you want to get an answer here or at Stoke? There are a lot of mistakes and one of them is fundamental.
1) Greetings. Articles using R on the site are taboo. That's why there won't be any.
2) For your question, do you want an answer here or on Stoke? There are many mistakes and one of them is fundamental.
1) Too bad.
2) Where is more convenient for you, it is interesting to know about all my mistakes, both principal and not so...
P.S. That I applied continuous approximation to the discrete optimization problem, I know.
=====
There is a relatively new packet in conjunction with mt5, have you tried it?
https://github.com/Kinzel/mt5R
1) Too bad.
2) Where is more convenient for you, it is interesting to know about all my mistakes, both fundamental and not so much...
P.S. That I applied continuous approximation to the problem for discrete optimization I know.
=====
There is a relatively new packet in conjunction with mt5, have you tried it?
https://github.com/Kinzel/mt5R
1. It is not relevant to 5. Everything works with the standard library MetaTrader5(Py). It may be so for MT4.
2. A fundamental error. Both packages (mco and Gpareto) are designed for multiobjective and multi-criteria optimization of functions. It means finding the optimal parameters for several functions that give them the minimum result. They do it using different methods.
You are trying to use one function to get a Pareto front. Here is your rewritten example (by the way not the best choice of functions using probabilities)
Two functions with different sd parameters and upper and lower bounds. The objective function below
And the optimization proper.
Optimal parameters for these functions with(4, 4). Visualization of ParetoFront + ParetoSet
The blue dots are ParetoFront, i.e. the set of objective function values. The red dots are ParetoSet, i.e. parameter values giving the minimum function value. You can see these values
After rounding we obtain the optimal value of c(4,4). The variant with Gpareto in the next post
1. This is not relevant for 5. Everything works with the standard library MetaTrader5(Py). But for MT4 - maybe.
It is just for P5, it is a new package, the very name is mt5R.
2. There is a fundamental error. Both packages (mco and Gpareto) are designed for multi-objective
Yes, I understand I need a multiobjective optimization.
You are trying to get a Pareto front using one function. Here's your rewritten example(by the way not the best choice of functions using probabilities)
My simple fitness function just looks for a vector index of a point that is a minimum from the point of view of the algorithm.
Ideally the algorithm should output two indexes, these two indexes will be the indexes of the minimum values in the vector
I thought there is no difference to look for two minima in one vector or one minimum in two vectors
My simple fitness is not a model of my problem, I just wanted to make the most simple and clear comparison of the algorithms work for myself
Optimal parameters for these functions with(4, 4). ParetoFront + ParetoSet visualization
What does your fitness function do? The code seems to be clear, I know all but I can't understand it)