Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nulling-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Show more breadcrumbs
smadani2
nulling-python
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
25
Dec
14
Sep
11
6
1
31
Aug
3
1
30
Jul
29
27
26
25
20
6
2
1
25
Jun
21
20
17
16
Add demo screenshot
master
master
Refactor calculations in Visualizer
Refactor Chromosome class via method abstraction
Resolve compatibility issues with other algorithms
Add a Butterfly-based implementation of genetic
Remove genetic_bucket (merged with genetic)
Adds limitation on angle changes for vectors
Fix logic error in args for compute_pattern
Implement Butterfly Algorithm
Update .gitignore
Adds wrapToPi function for angles
Refactor the max_time_limit on 'target'
Fix QSlider and QLineEdit functionallities
Updated requirements.txt
Refactor GeneticAlgorithm for readability
Add overloaded __str__() method for Chromosome
Add requirements.txt
Remove duplicate chromosomes by genes' hash-values
Adds class attributes to Chromosome
Fix syntax errors
Add stop criterion options to solve
Rename fitness to pattern & fix empty bucket bug
Fix a fatal bug for self.bucket initialization
Add time-based execution to solve()
Merge GA and GB into a single class
Update .gitignore
Add new mutation method and refactor methods
Abstract QSlider, QLineEdit, and QLabel widgets
fixed update_fitness calculation error
Implemented AM-GM crossover
Removed redundant arguments from Parameter
Updated compute_pattern with absolute values
Added GA with buckets
Refactored some functions
Added re-run algorithm functionality
Fixed bug for certain sample sizes
Added GA implementation
Added grids
Fixed relative import, formatting
Merge branch 'master' of https://gitlab.engr.illinois.edu/smadani2/nulling-python
Loading