You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will be work in progress for a while. I'm starting with the most general search algorithms and then moving eventually to disjoint, state-based, etc. (more specialized searches).
Also, I know there are a lot of documentation issues right now, but I don't think there's a problem with that. There are a number of different places where we need documentation (tutorial, FAQ, programming-related, wiki, etc.) so these all need to be open.
The text was updated successfully, but these errors were encountered:
There are definitely some things that could be improved. For example, the SearchFullDown pseudocode preserves some of the variable names from the c++ implementation, but I don't think that's ideal, I would like to improve on that to make it more general and more clear. There's a number of things about the pseudocode that I might improve, actually.
But this is at least a working structure - some brief commentary at the top, then for each algorithm providing a code reference (so someone can easily go look at the relevant code), pseudocode, and a few lines of discussion to clarify what's happening in the algorithm. Now that I've got this in place it will be easier to go through the rest of the algorithms.
There is a need to document the RA algorithms (search and fit). I am starting work on this at my fork:
https://github.com/gdcutting/occam/tree/feature/documentation/docs (see any docs with 'reconstructibility-analysis-' in the title)
This will be work in progress for a while. I'm starting with the most general search algorithms and then moving eventually to disjoint, state-based, etc. (more specialized searches).
Also, I know there are a lot of documentation issues right now, but I don't think there's a problem with that. There are a number of different places where we need documentation (tutorial, FAQ, programming-related, wiki, etc.) so these all need to be open.
The text was updated successfully, but these errors were encountered: