fr.geocites.marius

model

package model

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. model
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Bonus extends AnyRef

    Bonus component which could be injected in the model

  2. case class City(population: Double, wealth: Double) extends Product with Serializable

    State of a city

    State of a city

    population

    the population of the city in thousands of inhabitants

    wealth

    the wealth of the city

  3. trait DenseMatrix extends AnyRef

  4. type DistanceMatrix = Seq[Seq[Double]]

    The matrix of distance between cities

  5. trait FixedCost extends Marius

    Fixed cost component which could be injected in the model

  6. type FullNetwork = Int

    A full network type containing the number of nodes

  7. implicit class FullNetworkDecorator extends AnyRef

    Utility methods to manipulate the full network

  8. implicit class IteratorExtension[A] extends AnyRef

    Decoration of the iterator class to take while including the last one

    Decoration of the iterator class to take while including the last one

    A

    the iterator type

  9. trait Marius extends AnyRef

  10. case class Position(longitude: Double, latitude: Double) extends Product with Serializable

    Position of a city in decimal degree

    Position of a city in decimal degree

    longitude

    longitude of the city

    latitude

    latitude of the city

  11. case class State(step: Int, cities: Seq[City], network: FullNetwork) extends Product with Serializable

    State of the model

    State of the model

    step

    the step number

    cities

    the state of the cities

    network

    the interaction network

Value Members

  1. object DenseMatrix

  2. object Marius

  3. object MariusFile

  4. object Run extends App

  5. object TestModel extends BonusFixedCostModel

Inherited from AnyRef

Inherited from Any

Ungrouped