Skip to content

aria42/taskar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Taskar

My hello-world for Golang. Currently only does unconstrained numerical optimization, specifically quasi-newton LBFGS.

Running tests

  • Install Golang coverage tool: go get code.google.com/p/go.tools/cmd/cover

  • Install the great goconvey testing library: go get github.com/smartystreets/goconvey

  • Run goconvey test server : $GOPATH/bin/goconvey

  • Open http://localhost:8080/ to see test results live update as you edit code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages