jMetal / MetaJul

Metaheuristics in Julia
MIT License
4 stars 1 forks source link

Optimize the code to improve efficiency #4

Open ajnebro opened 1 year ago

ajnebro commented 1 year ago

One of the advantages of Julia is that it has been designed for high performance. However, the execution time of NSGA-II is similar to the Java version included in jMetal, which suggests that the code could be optimized to run the algorithm faster.