Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Algorithm improvements #6

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Algorithm improvements #6

wants to merge 6 commits into from

Commits on Jun 20, 2017

  1. Moved algorithms to separate file.

    Implemented math.js library.
    
    Implemented sparse matrices for storing distances and modified code to only calculate distances that are non-existent.
    tsodergren committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    23a026c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. Configuration menu
    Copy the full SHA
    f33ad00 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. Updated algorithm.

    tsodergren committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    01e13d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2017

  1. Updated algorithm.

    tsodergren committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    d51dd44 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2017

  1. Merge branch 'master' into algorithm-improvements

    * master:
      Fixed random point generator.
      Fix formatting of probabilities
      Pull point creation into separate function. Take square root of random number times radius squared to ensure point stays inside circle, fixing issue #4
      Fix issues #2, #5
      Fix issue #1
    
    # Conflicts:
    #	.idea/Working version/script.js
    jalohse committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    5cc9e35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c1a0a6 View commit details
    Browse the repository at this point in the history