Package: momst 0.1.1

Jorge A. Parraga-Alava

momst: Multi-Objective Minimum Spanning Tree via NSGA-II with Local Search

Solves the Multi-Criteria Minimum Spanning Tree (mc-MST) problem on complete weighted graphs by combining the Non-dominated Sorting Genetic Algorithm II (NSGA-II) with optional Pareto local search operators. Chromosomes are represented as Prufer sequences so that every random individual decodes to a valid spanning tree (Cayley's theorem), avoiding repair operators. Four solver variants are provided: pure NSGA-II ("base"), Path Relinking ("PR"), Pareto Local Search ("PLS"), and Tabu Search ("TS"). The package supports 2 and 3 objective formulations and provides convenience functions to plot Pareto fronts and best-compromise spanning trees. This package is the reference implementation of the method described in Parraga-Alava, Inostroza-Ponta and Dorn (2017) <doi:10.1109/CEC.2017.7969432>.

Authors:Jorge A. Parraga-Alava [aut, cre]

momst_0.1.1.tar.gz
momst_0.1.1.zip(r-4.7)momst_0.1.1.zip(r-4.6)momst_0.1.1.zip(r-4.5)
momst_0.1.1.tgz(r-4.6-any)momst_0.1.1.tgz(r-4.5-any)
momst_0.1.1.tar.gz(r-4.7-any)momst_0.1.1.tar.gz(r-4.6-any)
momst_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
momst/json (API)
NEWS

# Install 'momst' in R:
install.packages('momst', repos = c('https://jorgeklz.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/jorgeklz/momst/issues

Pkgdown/docs site:https://jorgeklz.github.io

On CRAN:

Conda:

4.00 score 16 exports 0 dependencies

Last updated from:c88b27ba19. Checks:7 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64NOTE121
source / vignettesOK236
linux-release-x86_64NOTE113
macos-release-arm64NOTE112
macos-oldrel-arm64NOTE91
windows-develNOTE77
windows-releaseNOTE63
windows-oldrelNOTE73
wasm-releaseOK97

Exports:apply_local_searchbuild_weight_lookupcompute_objectivesdecode_prufergenerate_instancegenerate_prufer_populationnon_dominated_crowdingpareto_local_searchpath_relinkingplot_best_treeplot_pareto_frontrandom_mutationrun_momsttabu_searchtournament_selectionuniform_crossover

Dependencies:

Comparing the Four MO-MST Variants

Rendered frommomst-variants.Rmdusingknitr::rmarkdownon Jun 23 2026.

Last update: 2026-06-02
Started: 2026-06-02

Getting Started with momst

Rendered fromgetting-started.Rmdusingknitr::rmarkdownon Jun 23 2026.

Last update: 2026-06-02
Started: 2026-06-02