Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LCSL/GURLS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: boyuren158/GURLS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 16, 2015

  1. Create test

    boyuren158 committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    d017176 View commit details
    Browse the repository at this point in the history
  2. Delete test

    boyuren158 committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    512f496 View commit details
    Browse the repository at this point in the history
  3. Add two gradient descent/landweber iteration algorithm for logisitic …

    …regressions.
    
    Add a test script.
    boyuren158 committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    29a11a6 View commit details
    Browse the repository at this point in the history
  4. Add the benchmark script into the root folder

    Change the comments in two newly added logisitic regression functions
    "#	new file:   lgs_check.m"
    "#	modified:   gurls/optimizers/rls_landweberdual_lgs.m"
    "#	modified:   gurls/optimizers/rls_landweberprimal_lgs.m"
    "#	deleted:    test.m"
    "#	BasicG.mat"
    "#	BasicL.mat"
    "#	ExampleExperiment.mat"
    "#	HighdimL.mat"
    "#	HomeworkG.mat"
    "#	test.asv"
    boyuren committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    e85acae View commit details
    Browse the repository at this point in the history
  5. Deleted the old benchmakr file test.m

    "#	deleted:    test.m"
    "#	modified:   gurls/optimizers/rls_landweberdual_lgs.m"
    "#	modified:   gurls/optimizers/rls_landweberprimal_lgs.m"
    "#	BasicG.mat"
    "#	BasicL.mat"
    "#	ExampleExperiment.mat"
    "#	HighdimL.mat"
    "#	HomeworkG.mat"
    "#	test.asv"
    boyuren committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    adb3fc5 View commit details
    Browse the repository at this point in the history
Loading