Posts

Showing posts with the label genetic-algorithm

How do i represent the chromosome using Genetic Algorithm?

How do i represent the chromosome using Genetic Algorithm? My task is to calculate clashes between alert time schedule and the user calendar schedule to generate the clashes less alert time schedule. How should i represent the chromosome according to this problem? How should i represent the time slots? (Binary or Number) Thank You (Please Consider i'm a beginner to the genetic algorithm studies) 1 Answer 1 Questions would be: What have you tried so far? How good are your results so far? Also your Problem is stated quite unspecific. Thus here is what I can give: I strongly recommend playing around and reading about those Things. This might look like a lot of extra work to implement, but you should rather come to see them as hyperparameters which Need to be tuned in order to receive the best Outcome. Sir, the thing is i have to generate a alert schedule for water drin...