Optimisation Mac vs Windows
Optimisation Mac vs Windows
25 Dec 2024, 23:05
I have wonder question as trying to optimize and do most efficient source code and came a cross interesting discovery .
Same source code , same settings, same Fit settings, tick data for both on same network .
Windows do less passes then Mac . (Yes Mac version is higher version, but both are latest availabe)
Windows machine run on less powerful hardware but this shouldn't matter for amount of passes or optimized parameters . Let me know what do you thinking of it guys .
Replies
PanagiotisCharalampous
27 Dec 2024, 08:27
Hi there,
It seems you are using the genetic algorithm for optimization. In this case passes will be different even between subsequent optimization on the same machine.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Dec 2024, 08:27
Hi there,
It seems you are using the genetic algorithm for optimization. In this case passes will be different even between subsequent optimization on the same machine.
Best regards,
Panagiotis
@PanagiotisCharalampous
algobeginner
28 Dec 2024, 20:12
RE: Optimisation Mac vs Windows
PanagiotisCharalampous said:
Hi there,
It seems you are using the genetic algorithm for optimization. In this case passes will be different even between subsequent optimization on the same machine.
Best regards,
Panagiotis
Yes it’s genetic , is grid more precise ?
@algobeginner
PanagiotisCharalampous
30 Dec 2024, 07:59
RE: RE: Optimisation Mac vs Windows
algobeginner said:
PanagiotisCharalampous said:
Hi there,
It seems you are using the genetic algorithm for optimization. In this case passes will be different even between subsequent optimization on the same machine.
Best regards,
Panagiotis
Yes it’s genetic , is grid more precise ?
Yes but it will take much more time to complete. It's a compromise between speed and accuracy
@PanagiotisCharalampous
algobeginner
25 Dec 2024, 23:05
Mac
@algobeginner