Skip to content

This was part of the lecture "object oriented programming of heuristics" at the KU Ingolstadt.

Notifications You must be signed in to change notification settings

flo1166/MachineFailureSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MachineFailureSystem

General

This solves via a simulation the question how available a set of machines are over time. In this code a abstract method was implemented to calculate a probability sequence depending on the datatype (Standard Machine or Priority Machine).

Structure

  • machine - this package has the machine objects
  • Machine - is a machine object
  • PriorityMachine - extends the machine object with a specific type of machine
  • StandardMachine - extends the machine object with a specific type of machine
  • simulation - is the package with the simulation
  • AvailabilityMethods - has the methods to check the simulation
  • Simulation - inhabits the simulation and check for the simulation

About

This was part of the lecture "object oriented programming of heuristics" at the KU Ingolstadt.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages