Previous threads trying to work with
include
Hi there,
I’m trying to edit one of the constraints in the code_for_Github.jl file as developed here
https://github.com/dscotthunter/Fantasy-Hockey-IP-Code
The program generates lineups of sports players to submit in daily fantasy sports contests. The contests have certain rules for how lineups are constructed, and I’d like to change how one of these rules was programmed in the code.
The constraint in question was originally written for a contest in which the 8 skaters in a lineup had to pla…
I’m on a MacBook Pro running High Sierra. I’m trying to run the following code in Julia - https://github.com/dscotthunter/Fantasy-Hockey-IP-Code
I download Julia, and enter the following commands:
Pkg.add(“JuMP”)
Pkg.add(“DataFrames”)
and those run smoothly…but when I enter "Pkg.add(“GLPKMathProgInterface”) I get the following readout - can someone help me figure out how to do this properly? Thanks in advance!:
julia> Pkg.add(“GLPKMathProgInterface”)
INFO: Installing GLPKMathProgInterface …
I have no background with computer programming, but am a daily fantasy sports player. I recently came across a paper - “Picking Winners Using Integer Programming” by David Hunter, Juan Pablo Vielma, and Tauhid Zaman.
Maybe I’m in over my head here, but I am trying to run their code - https://github.com/dscotthunter/Fantasy-Hockey-IP-Code
I’ve successfully downloaded and run all of the required software, as instructed on the GitHub page.
I downloaded the code in the zip file to my machine (I p…
Hi there,
I’m trying to edit one of the constraints in the code_for_Github.jl file as developed here
https://github.com/dscotthunter/Fantasy-Hockey-IP-Code
The program generates lineups of sports players to submit in daily fantasy sports contests. The contests have certain rules for how lineups are constructed, and I’d like to change how one of these rules was programmed in the code.
The constraint in question was originally written for a contest in which the 8 skaters in a lineup had to pla…
I have no clue what Fantasy Hockey is, but someone interested in it and learning Julia could turn forking and updating this repository into a learning experience.
I would recommend the following:
fork the repository (as far as I can tell the license allows building on this code)
add a Project.toml file (see https://julialang.github.io/Pkg.jl/dev/creating-packages/ )
separate runtime and library code
set up unit tests
integrate with Travis
2 Likes