An Excel VBA implementation of the Simulated Annealing metaheuristic optimisation algorithm, built as a 2nd Year Industrial Engineering project at Stellenbosch University (2022). The Simulated ...
Abstract: Robust multiobjective optimization problems (RMOPs) widely exist in real-world applications, which introduce a variety of uncertainty in optimization models. While some evolutionary ...
Abstract: Delaunay triangulation is an effective way to build a triangulation of a cloud of points, i.e., a partitioning of the points into simplices (triangles in 2D, tetrahedra in 3D, and so on), ...