Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hybrid-ads
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Joshua Moerman
hybrid-ads
Graph
master
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
2
Nov
30
Jul
22
Jun
28
Jul
25
22
Dec
16
25
Nov
17
29
Oct
13
25
Sep
14
30
Jul
28
10
5
Jun
22
May
21
20
13
6
4
29
Apr
20
17
14
10
8
7
31
Mar
30
19
Adds -e options, which will reduce memory usage. Adds -l option which allows an initial segment to be randomised.
master
master
Windows hotpatch
Adds a mode to just output suffixes for Petra. (Not the most optimal way.)
Removes the boost dependency
Improved the trie data structure to be more (memory) efficient
Cleaned up a whole bunch of things
Removes some redundant verbosity
Adds script to complete partial dots
Merge branch 'master' of https://gitlab.science.ru.nl/moerman/Yannakakis
Adds some options to the learning graph tool
Updates readme
Fixes compilation issue (clang is too nice to me)
Adds program to count size of test suite
Reintroduces the bug/feature that created longer prefixes
Adds script I use to parse/accumulate data for a learning plot
Adds an option to the generator to generate the same machine, but with alphabets permuted
Adds a test method without suffixes. Rewrites methods.cpp to use these functions.
Fixes bug in prefix sequences (sorry methods.cpp is still broken)
Fixes bug in parser
Updates the build instructions. Updates the submodule url.
Adds more (useless?) statistics for analysing machines in stats.cpp
More sophisticated random graph generation (with power laws and clusters). Still not similar to the Océ case at all!
Some script I use to make statistical learning graphs
Adds better (and more) command line option handling
Fixes build (of main.cpp) for gcc-4.8
Updates the git submodule
Adds the two families of automata occurring in Hopcrofts paper
Adds proper command line interface for the generator
Adds a simple random machine generator
Sophisticates stats.cpp
Also adds seed to methods.cpp
Adds an extra program option: the random seed (optional)
Moved the (outdated) docs to other repositories
Updates the readme
Changes to unordered_map instead of map (1.5x speedup in reading)
Simplified the lca implementation (now without state)
Fix for gcc (-fpermissive)
The good fix (I hope), and removes an attribute
Makes it c++11 again (only for main). Hopefully compiles on VS 2013 again.
Adds expected length (in randomised phase) as option to main
Loading