source: experiments/frams/logic/run-abduction.cmd @ 169

Last change on this file since 169 was 169, checked in by Maciej Komosinski, 10 years ago

A library of logic functions, an experiment definition that generates abductive hypotheses, and a script that runs sample experiments

File size: 747 bytes
RevLine 
[169]1rem See readme-abduction.txt!
2
3rem The two calls below launch "frams", which is a command-line interface (CLI) of Framsticks.
4rem You can also launch the Framsticks GUI, select the "abduction" experiment definition, set params, initialize experiment and run it.
5
6
7
8rem The abduction problem consting of an abductive goal being a simple conjuction and two formulas forming a database:
9frams "ex logic_abduction" "ExpParams.params=\"K_q_s;C_p_q C_r_s;abdOut1.txt\"; Simulator.init();" "go" "qu"
10
11rem The abduction problem consting of an abductive goal being a propositional variable and two formulas forming a database:
12frams "ex logic_abduction" "ExpParams.params=\"q;C_K_p_r_q C_C_N_r_q_p;abdOut2.txt\"; Simulator.init();" "go" "qu"
13
Note: See TracBrowser for help on using the repository browser.