Using Monte Carlo to optimise a production schedule

Using Monte Carlo Simulations to create the best schedule for a pharmaceutical manufacturing site
Create a new schedule system where you input any number of orders ie enter ORD001 and press enter then enter ORD002 etc. When all the orders are entered you press the GET BEST SCHEDULE button and the simulation outputs the best schedule for all these orders.  I want a very simple window (front end) code containing a box to enter the order numbers and a grey button for the get best schedule button and somewhere you get the output schedule (using Java).
The best schedule will be the schedule with the least amount of unused days. The object is to optimise the use of all machines and people so that the least amount of downtime is created. The only random thing in the whole simulation will be the start date ie the date when each product will start to be manufactured. The end date is the date given in the order table Order_Required_By.  Ideally all the products would be produced simultaneously but the contraints of people and machines prevents this happening so the simulation will give the most workable solution to get the products made as quickly as possible. I want to use something like this for the picking random dates for the start date.
import scala.util.Random
import java.time.LocalDate

// val start = LocalDate.of(2020, 1, 20)
// val end  = LocalDate.of(2020, 2, 12)
LocalDate.ofEpochDay(Random.between(start.toEpochDay, end.toEpochDay))
// LocalDate = 2020-01-26

Autonomous driving vehicles and customers acceptance of self driving technology

Autonomous driving vehicles and customers acceptance of self driving technology, How optimistic are consumers about self driving cars, and what are the barriers to their mainstream implementation.

Sample Solution

The post Autonomous driving vehicles and customers acceptance of self driving technology appeared first on homework handlers.

Earth Sciences

A GallPeters projection as well as a south-up Peters map were featured in the American television show The West Wing (season 2, episode 16), in which the (fictitious) Organization of Cartographers for Social Equality is given access to the White House Press Secretary due to “Big Block of Cheese Day”.

Discuss why Dr. John Fallow (actor John Billingsley) promoted the use of this map over Mercator projection?

Here’s the link to the video:
https://www.youtube.com/watch?v=vVX-PrBRtTY

In America, what are the key abuses Carter discusses, what institutions are responsible, and how can it be changed.”

With his signature resolve, former US President Jimmy Carter dives into three unexpected reasons why the mistreatment of women and girls continues in so many manifestations in so many parts of the world, both developed and developing. These include the misinterpretation of religion, the excessive resort to violence, and the fact that men really “don’t give a damn” since they hold a privileged position.  Watch the 16:37 minute video from the TED Talk series (you should take notes) and discuss the following:
In America, what are the key abuses Carter discusses, what institutions are responsible, and how can it be changed.”
You must make your first post (minimum 300 words). The ten points are awarded for the quality and relevance of the first post based upon the question, an engaging response post, and the timeliness and quantity of the posts.