subject

3. [1 pt] assume you were asked to place 8 queens on an 8x8 chessboard such that no two queens can attack each other (i. e. share the same row, column, or diagonal). introduce a solution to use genetic algorithm to solve the game. a. explain the encoding of the state for genetic algorithm (i. e., the representation of the chromosome). show at least one state and the corresponding encoding [0.5 pt] b. explain the fitness function, the cross over, and the mutation process, respectively [0.5 pt].

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 17:30
Working on this program in python 3.7: a year in the modern gregorian calendar consists of 365 days. in reality, the earth takes longer to rotate around the sun. to account for the difference in time, every 4 years, a leap year takes place. a leap year is when a year has 366 days: an extra day, february 29th. the requirements for a given year to be a leap year are: 1) the year must be divisible by 42) if the year is a century year (1700, 1800, the year must be evenly divisible by 400some example leap years are 1600, 1712, and 2016.write a program that takes in a year and determines whether that year is a leap year.ex: if the input is 1712, the output is: 1712 is a leap year. ex: if the input is 1913, the output is: 1913 is not a leap year. your program must define and call the function isleapyear(useryear). the function should return true if the input year is a leap year and false otherwise.
Answers: 1
question
Computers and Technology, 22.06.2019 23:00
Is an attack that relies on guessing the isns of tcp packets
Answers: 2
question
Computers and Technology, 23.06.2019 09:30
:you areto design the controller for alight that functions both as an ordinary light and also as a motion activated light and alarm. a.if the manual switch s is on, then the light l is on. b.besides the manual switch, there is a motion detector, m1, which activatesthis light.c.if motion is detected but the light is on anyway because s is on, only then a secondoutput a, an alarm, is turned on. d.the disable switch, d, disables the motion activated light and alarmbut leaves manual control operation of the light using switch s.(i)read the problem statement and clearly identify the inputs and outputs for the circuit you are designing. (ii)create the truth table for this system; include the light, alarm, switch, disable, and the motion sensor.(iii)draw a schematic of this system.
Answers: 1
question
Computers and Technology, 23.06.2019 15:00
To check whether your writing is clear , you can
Answers: 2
You know the right answer?
3. [1 pt] assume you were asked to place 8 queens on an 8x8 chessboard such that no two queens can a...
Questions
question
Mathematics, 18.12.2020 07:30
question
Mathematics, 18.12.2020 07:30
question
Mathematics, 18.12.2020 07:30
question
Mathematics, 18.12.2020 07:30
question
Mathematics, 18.12.2020 07:30
Questions on the website: 13722361