sjunges
|
bd7fc0b341
|
operator< for stateaction pairs
Former-commit-id: d69660a770
|
10 years ago |
sjunges
|
0cdca6a5fc
|
BitVector iterator +=
Former-commit-id: d9e02bce1a
|
10 years ago |
sjunges
|
896d2bcaef
|
propositional model checking for further interval reward model types
Former-commit-id: b8d2c89335
|
10 years ago |
sjunges
|
e4aab761d2
|
updates to perm schedulers
Former-commit-id: b3404cac21
|
10 years ago |
sjunges
|
98162d1d7e
|
interface for rew. model extended for reinforcement learning
Former-commit-id: b69474fc4f
|
10 years ago |
sjunges
|
765748c7cf
|
graph stuff for other reward models..
Former-commit-id: e7d4d9b95d
|
10 years ago |
sjunges
|
e8799963fe
|
compiles again
Former-commit-id: fb79c334d8
|
10 years ago |
sjunges
|
b8343255be
|
fixed headers, allow changes in rew. model again
Former-commit-id: 4617000d30
|
10 years ago |
sjunges
|
53dc99deb0
|
prob01A for non.detmodels added (convenience function)
Former-commit-id: 213c8b1b49
|
10 years ago |
sjunges
|
131ab5b674
|
Updates on perm. schedulers
Former-commit-id: 16b65774a1
|
10 years ago |
sjunges
|
edbd7e827b
|
MDPs, restrict choices, get choiceindex
Former-commit-id: 6d1f2ff37d
|
10 years ago |
sjunges
|
2f49418e63
|
Add dependency on xercesc
Former-commit-id: 595b4d294d
|
10 years ago |
dehnert
|
deec423f27
|
fixed infinite recursion in constants comparator
Former-commit-id: b36b352d36
|
10 years ago |
TimQu
|
d26f38b9a2
|
minor stuff, some more pmdp examples and an mdp test case
Former-commit-id: f48e308e5f
|
10 years ago |
TimQu
|
adc5c8d1c1
|
Fixed another memory leak: CheckResults have not been destructed properly.
Former-commit-id: 5631c101bb
|
10 years ago |
TimQu
|
77e086f446
|
small fix regarding the return type of computeValue
Former-commit-id: 78b43e0f6d
|
10 years ago |
TimQu
|
f72c30cdff
|
First version of approximation model (with mdp intead of s2pg)
Former-commit-id: 86fdbc5f36
|
10 years ago |
TimQu
|
c94e9c25a6
|
Added Mdp Region checking in storm.h, Some STORM_LOG_DEBUGs, fixes for sampling to work on Mdps
Former-commit-id: ab42fefd92
|
10 years ago |
TimQu
|
78bd4a041a
|
Added Mdp class, sampling might work already (untested)
Former-commit-id: f0d5c77645
|
10 years ago |
TimQu
|
70dd76c08b
|
Splitted region modelchecker in abstract class and dtmc class (to easily add an mdp class soon)
Former-commit-id: e722c8f2bd
|
10 years ago |
dehnert
|
e51a3cfa85
|
refined cut-off of builders a little. Now, based on the property, more of the states are treated as terminal states of the model
Former-commit-id: 4b68d6f1e8
|
10 years ago |
dehnert
|
e8e77f0dd3
|
fixed problem with prefix of fresh variables
Former-commit-id: 1a7a87cfeb
|
10 years ago |
sjunges
|
3a17477713
|
change engine in options...(preliminary)
Former-commit-id: 56e05ef08c
|
10 years ago |
sjunges
|
c3e390c59a
|
extended api with an option to verify model according to given engine
Former-commit-id: b2163590a5
|
10 years ago |
sjunges
|
73bfdda6ed
|
missing file
Former-commit-id: 3778460bdf
|
10 years ago |
sjunges
|
ebdd979d2c
|
settings: checks after config file, added finalize
Former-commit-id: a383159a02
|
10 years ago |
TimQu
|
0043d3ebf5
|
changed template argument, used unordered_map
Former-commit-id: a563503d4a
|
10 years ago |
dehnert
|
6a80348150
|
fixed issue related to row groups in sparse matrix and adapted the affected calling sites
Former-commit-id: 96c6fd7e59
|
10 years ago |
sjunges
|
649c928828
|
further refactored api / shifted some highlevel functionality to cli
Former-commit-id: 0fc2dac6a7
|
10 years ago |
sjunges
|
c281efcde3
|
refactored parts of the api
Former-commit-id: 3457c238bb
|
10 years ago |
dehnert
|
fd86d430ae
|
minor fix
Former-commit-id: f5e5f0fde5
|
10 years ago |
TimQu
|
5b1494b9a9
|
Made use of this new cool rewardModel thing
Former-commit-id: d670d09278
|
10 years ago |
dehnert
|
5521172ed1
|
more work on sparse game solver
Former-commit-id: df95038635
|
10 years ago |
dehnert
|
e659dd8c4a
|
some work on sparse game solver
Former-commit-id: 74450365b3
|
10 years ago |
sjunges
|
8fd0ee2ecd
|
Formula to string added
Former-commit-id: 53eb9bb5b4
|
10 years ago |
dehnert
|
b2d8cae9ce
|
instantiated (and fixed occurring problems) explicit parsers with intervals as the reward model value type
Former-commit-id: bf452cd751
|
10 years ago |
sjunges
|
01a3748e87
|
Refactored part of the API / more functions
Former-commit-id: eb8deb537c
|
10 years ago |
TimQu
|
d377e6b289
|
Minor improvements everywhere. Also implemented some tests
Former-commit-id: be74e5f459
|
10 years ago |
TimQu
|
c4444567e7
|
further optimization on approximation model initialization. Also better code structure of preprocessing steps
Former-commit-id: e916644a6c
|
10 years ago |
dehnert
|
bc3f6b8d80
|
fixes for parts that were affected by recent parser templating
Former-commit-id: f71de5cff4
|
10 years ago |
dehnert
|
27e06940a9
|
templated all explicit parsers so that they may now be modified to produce non-double models
Former-commit-id: dd7f8767f8
|
10 years ago |
dehnert
|
22f1d99a15
|
missing files finally added
Former-commit-id: 3ab8472b25
|
10 years ago |
TimQu
|
af505c7e89
|
Faster and more structured initialization of approx and sampling model
Former-commit-id: 34c2253a1b
|
10 years ago |
sjunges
|
7fd28d4564
|
refactored cmakelists
Former-commit-id: 34e4e217a6
|
10 years ago |
chris
|
a216b5a9d9
|
added support for parsing choice labels for explicit MDPs
Former-commit-id: 89bb1817b4
|
10 years ago |
sjunges
|
dbe997a433
|
resolved linker error - sorry
Former-commit-id: 6fcb8fa245
|
10 years ago |
sjunges
|
46d8accf6e
|
logic::comparisontype operations
Former-commit-id: fdcb275bc8
|
10 years ago |
sjunges
|
ebab145180
|
use default bitvector move, which is fine
Former-commit-id: e646a13fb5
|
10 years ago |
sjunges
|
6503d929de
|
includes the headers for the number types supported by the carl-configuration used on the system
Former-commit-id: 18f80e9157
|
10 years ago |
sjunges
|
be0eee21db
|
Dont build so many models with float/rational functions
Former-commit-id: 692ab47afa
|
10 years ago |