experiments.jUFLP_w_simscores

Module summary

Generates and solves the special class of j-UFLP instances.

Instances and the experiment as discussed in the paper, in Section 4.2 (for Figure 11): investigating the effects of different linking methods on the proposed heuristic efficiency (vs. the align-to-A baseline).

Instances are generated using UFLP_2_cav.gen_special_jUFLP(), the code for different linking methods during instance generation is implemented in UFLP_2_cav.make_cluster_reverse_custom_matching().

The experiment itself is implemented in experiments.jUFLP_w_simscores.main().

(In the implementation details below, click on class/function names for additional documentation and links to the source code.)

❖❖❖

Implements functions (outside the classes above):

main()

The j-UFLP experiment involving instances w/different simscores.

❖❖❖

Implementation details

❖❖❖

Functions

experiments.jUFLP_w_simscores.main()[source]

The j-UFLP experiment involving instances w/different simscores.