# Generated by roxygen2: do not edit by hand

export(crossover)
export(games_ga)
export(games_ga_gui)
export(get_fitness)
export(mutation)
export(sample_round)
export(tournament)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,image)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(shiny,br)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,h2)
importFrom(shiny,h4)
importFrom(shiny,inputPanel)
importFrom(shiny,mainPanel)
importFrom(shiny,numericInput)
importFrom(shiny,plotOutput)
importFrom(shiny,reactive)
importFrom(shiny,renderPlot)
importFrom(shiny,renderTable)
importFrom(shiny,runApp)
importFrom(shiny,shinyApp)
importFrom(shiny,shinyServer)
importFrom(shiny,shinyUI)
importFrom(shiny,tableOutput)
importFrom(shiny,titlePanel)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
useDynLib(gamesGA)
useDynLib(gamesGA, .registration = TRUE)
