vmo
vmo copied to clipboard
Python Modules of Variable Markov Oracle
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@wiredfool]...
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
I have a request which would greatly help me for project on which I am curently working. I would be interested to have a code exemple which uses Markov Oracle...
Given ```python SYMBOLIC_SEQ = [0, 0, 1, 0, 2, 0, 0, 1, 0, 1, 0, 2, 0, 0, 1] p = build_oracle(SYMBOLIC_SEQ, 'f') print(vmo.generate.improvise(p, 5)) ``` I get ``` Traceback...
Hello, when going to the http://chengiwang.com/ website, it's only a "default" page. Where could we get more informations on VMO ? Best,
I think having (for all newly created `oracle`) `oracle.symbol[0] == None` rather than `oracle.symbol[0] == 0` would make more sense. What do You think about it?
I find the name `data` to be confusing in the oracle's class attributes. I'd rather go for `symbols` instead, to clearly distinguish it from the concrete data, the features. With...
@wangsix : the `MO` class offers a parameter `suffix_method` (currently with two recognized values, `'inc'` and `'complete'`), `VMO` and `FO` don't support it. Where is this parameter introduced? Is it...
The codes for classes `FactorOracle`, `MO` and `VMO` are all very close and share many identical lines, making it hard to uniformly update it. This could probably be fixed by...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@radarhere] Updated zlib to 1.3 #7344 [@radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...