Dong Zhiming

Results 3 issues of Dong Zhiming

There is no updateNeighborhood operation in the run() function of MOEA/D-STM algorithm. The next generation of population comes from the stmSelection() operation. ` for (int i = 0; i <...

As you can see by running the following code, `Coord.cartesian(ymin=1.5, ymax=2.6)` does not work. ``` using Gadfly, DataFrames df = DataFrame(:AAA=>[2.2, 1.8, 2.0, 2.3, 1.8, 1.9], :BBB=>[1, 2, 3, 1,...

The optimality indicator $f_i$ of the instance $x_i$ is updated to $f^{'}_ i$ using the following formula: $f_i^{'}=f_{i} + (\alpha_{u}^{'} - \alpha_{u}) y_{u} K(x_u,x_i) + (\alpha_l^{'} - \alpha_l ) y_{l}...