EyeofBeholder-NLeSC / orange3-argument

Argument analysis, mining, and visualization add-on for Orange3.
https://research-software-directory.org/software/orange3-argument-add-on
Apache License 2.0
1 stars 1 forks source link

Explore feasibility of applying the given solving algorithms to topic graphs #76

Closed jiqicn closed 10 months ago

jiqicn commented 10 months ago

The current decision:

jiqicn commented 10 months ago

Some errors are found in the given codebase, which means their result may not be used as for validation.

One example of error code is here (https://github.com/nicopotyka/Uncertainpy/blob/b45be1920a4bc05ae2d0d591f76396abc75e1433/src/uncertainpy/gradual/semantics/QuadraticEnergyModel.py#L23C10-L27C69), where the influence equation (2max) is not implemented correctly, corresponding to the given paper.

jiqicn commented 10 months ago

Check this notebook as a quick prototype.