Merge branch 'master' of bitbucket.org:wking42/orbits

this is pulling work that I committed & pushed on my laptop over to my desktop
temporaryWork
youainti 5 years ago
commit ff97df59e6

@ -56,3 +56,8 @@ With methods which show own and other sizes as vectors?
function loss(constellation_sizes::Vector{<:Int},debris::Float64,owner::Int) function loss(constellation_sizes::Vector{<:Int},debris::Float64,owner::Int)
1-exp(-α1*sum(constellation_sizes) + (α1-α2)*constellation_sizes[owner] - α3*debris) 1-exp(-α1*sum(constellation_sizes) + (α1-α2)*constellation_sizes[owner] - α3*debris)
end end
#=
I think that I might need to consider the launch quantities of the other operators
as a state variable and use a nash equilibrium style idea of equilibrium.
=#

Loading…
Cancel
Save