potassco / plingo

🍀 A system for probabilistic reasoning in clingo
MIT License
15 stars 2 forks source link

Change how model weights are printed #20

Open nrueh opened 1 year ago

nrueh commented 1 year ago

Currently the model weights are printed as they are being used internally, e.g. "-20000".

Can this be printed nicer for the user? E.g. just print "2.73" instead of "-27300".

Compare with https://github.com/potassco/asprin/blob/master/asprin/src/utils/utils.py