markov-chains
Algorithm for computing the plausibility of a function / Monte Carlo Method
I am writing a program that attempts to duplicate the algorithm discussed at the beginning of this article,[详细]
2023-04-05 11:28 分类:问答Converting First order logic to CNF
Is there a existing implementation in C/c++/java to conver开发者_开发百科t first order logic to CNF ?It might be more efficient to use something like: Boolean Normal Form[详细]
2023-03-20 18:54 分类:问答Markov Chain: SQL Database and Java Representation
Now this question is a bit obscure. I have a text-based markov chain that I\'ve generated by parsing user-typed text. It is used to generate an almost-coherent string of gibberish and works by storing[详细]
2023-03-18 20:48 分类:问答Implementing a discrete Markov Chain simulation in c++ with a graphical interface
I just wanted to know if any one had any pointers for a library or libraries that sup开发者_如何学Pythonport Markov modelling and graphical graph representation, as for a project i must simulate a tra[详细]
2023-03-13 23:32 分类:问答Getting an ArrayIndexOutOfBoundsException when working with markov chains
I have an array to store a set of coordinates for painting a piece of line. So here are some example coordinates[详细]
2023-03-09 13:12 分类:问答Using Markov chains (or something similar) to produce an IRC-bot
I tried google and found little that I could understand. I understand Markov chains to a very basic level: It\'s a mathematical model that only depends on previous input to change states..so sort of[详细]
2023-02-21 18:55 分类:问答Matlab - Sparse Matrix system resolution
I\'m involved in the resolution of a system of the type Ax = b, where A is a square sparse matrix, x is the vector of the unknows (I have to compute it) and b is a vector of all zeros excpet for the l[详细]
2023-02-21 00:28 分类:问答Simplifying for-if messes with better structure? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-02-04 20:23 分类:问答How to vectorize a random walk simulation in MATLAB
I am rewriting a Monte Carlo simulation model in MATLAB with an emphasis on readability. The model involves many particles, represented as (x,y,z), following a random walk over a small set of states w[详细]
2023-01-17 22:01 分类:问答Is there something like automatic writing or surrealist automatism in programming?
Is there something like automatic writing or surrealist automatism in progr开发者_如何学运维amming?Perl is the closest thing that I can think of.[详细]
2023-01-07 04:19 分类:问答