X-Git-Url: https://ruin.nu/git/?p=germs.git;a=blobdiff_plain;f=src%2Fgenesorter.h;h=e06bedf9e31e2611af5ebe4b7c086ffd280381e1;hp=4380e9957479625140f95c858f3245e54942731f;hb=79451fe868d3d11c0294383a2ddab95b40a0a4ce;hpb=7e811915a713eeef44f03385a1fc1f74a5301c30 diff --git a/src/genesorter.h b/src/genesorter.h index 4380e99..e06bedf 100644 --- a/src/genesorter.h +++ b/src/genesorter.h @@ -46,7 +46,10 @@ class GeneSorter{ */ ActionList safeActions(const GeneOrder& go1); - size_t scoreActions(const GeneOrder& go, SortAction& sa); + /** + * Calculates the score for an action given a gene order + */ + size_t scoreAction(const GeneOrder& go, SortAction& sa); ~GeneSorter(){}; };