iCog-Labs-Dev/metta-moses

Document disc probing effect on performance

Open

#475 opened on Jun 22, 2026

View on GitHub
 (1 comment) (0 reactions) (0 assignees)MeTTa (39 forks)auto 404
documentationgood first issue

Repository metrics

Stars
 (15 stars)
PR merge metrics
 (PR metrics pending)

Description

The disc probing feature has been implemented in the dev branch. However we would like to see the effect it has on bigger problem sets like mux6 and parity3 both on over all running time as well as the total performance of the implementation in the end.

To this end, bench marking the results with disc probing enabled and disabled is a must to see it's effect on both running time and total result quality. This also involves testing the disc probing with the dynamic disc probing enabled the same way the classic version does whenever more than a 5th of the variables are logical variables.

Contributor guide