"Approximation-Guided Evolutionary Multi-Objective Optimization" (K. Bringmann, T. Friedrich, F. Neumann, M. Wagner) == Source Code == Our algorithm can be found in src/jmetal/metaheuristics/bfnw/. The other files belong to the jMetal environment which we used to run our experiments. The file BFNW.java contains a main method that shows how to run the algorithm without invoking too much of jMetal. Please note that the code is executable in this version, but several files for doing bigger comparative studies have been omited as they are specific to our computing cluster.