
Concept explainers
MATLAB code that matches the value from two variables within certain parameters. It can only use for or while loops, conditional statements, Boolean logic, or logical operators to find a match between the two inputs.
For example, one input can be x = 42 and b = 61, and these two inputs would yield a match. The first condition that needs to be met to obtain a match is that x can be equal to 2, 21, 40, and 59. Variable b must also be equal to these values to have a match. The values for x have to increase by one for every loop iteration until the final values for x are: 19, 38, 57, and 76. So the matching has to take place within the same values for x as for b and within those range of values described. If a match is found then set b = d.

Trending nowThis is a popular solution!
Step by stepSolved in 4 steps with 2 images

- This is a programming assignment. You can use any programming language. Program a GeneticAlgorithm to find an integer number between 0 and 31 that maximizes the function f (x) = x2.The initial procedure is given as below.• Population size: 6• Crossover probability: 100%• Mutation probability: 5%• Terminating criteria:o When your program produces an average of candidates is equal to or greater than29, then you can accept it as a terminating condition.• Fitness function:o You can use the function itself (f (x) = x2)as your fitness function.1. For the 1st generation, you need to print the process and result of selection, crossover, andmutation operation.you need to print the corresponding integer values and bits (binary values)of selection, crossover, and mutation operation. You also need to decide andprint the crossover point and the mutation point.2. From the 2nd generation, you do not have to print all results of selection, crossover,mutation operations. You can just print the result…arrow_forwardA chess knight, on one turn, moves either two squares vertically and one horizontally, or two horizontally and one vertically. If we consider a knight starting at the point ⟨x, y⟩ in Z × Z, it has eight possible moves, to ⟨x+1,y+2⟩,⟨x+1,y−2⟩,⟨x−1,y+2⟩,⟨x−1,y−2⟩,⟨x+ 2, y + 1⟩, ⟨x + 2, y − 1⟩, ⟨x − 2, y + 1⟩, or⟨x − 2, y − 1⟩. (a) Prove that given any two points ⟨x, y⟩ and ⟨x′, y′⟩ in Z × Z, there is a sequence of knight moves from the first point to the second. (b) Let a and b be different positive naturals. An (a, b)-knight also has eight possible moves, from ⟨x,y⟩ to ⟨x±a,y±b⟩ or ⟨x±b,y±a⟩. What conditions on a and b allow the (a, b)-knight to go from any point in Z × Z to any other? Prove your answer. (c) If a and b do not meet the conditions of part (b), exactly which points can the (a,b)- knight reach from ⟨x, y⟩arrow_forwardConsider this evaluation function for Chess: 9* (QWQB) + 5*(RW - RB) + 3*(KW - KB) + 3*(BW - BB) + 1*(PW - PB) where: QW denotes the number of Queens that White has, QB denotes the number of Queens that Black has, and so on (the shapes and letters for pieces are shown below). ด KING QUEEN BISHOP KNIGHT ROOK PAWN Q B K R P Calculate the evaluation function value for the following game state: 1 ♡ 7arrow_forward
- Write a function in MATLAB that has two inputs: - A shear load (as the first input) - A tensile load (as the second input) Have your function return one output, a string with the name of the lowest grade material from Table 1 that can handle those loads.arrow_forwardExcel’s RAND() function generates a random number (x) such that 0 ≤ x ≤ 1. 0 < x ≤ 1. 0 ≤ x < 1. 0 < x < 1. None of the answer choices is correct.arrow_forwardA robot is a programmable machine that can carry out a series of automated tasks. The final lab for the semester is to build a robot of your own design. Your robot should contain at least two sensors, and two output mechanisms that work together to perform a task. Sensors can be something like a temperature or light sensor. Output mechanisms can be things like servo motors or lights. In order to make sure that the task your robot performs is sufficiently complex to meet the objectives of the course you will need to write a proposal that answers the questions below.1. Describe the purpose or goal of your robot. Answer the question, “Why does this robot exist?” What problem does it solve? What are some of the challenges to solving that problem?2. Describe how your robot will solve the problem. What sensors will it use? How will it behave based on the inputs and how will it overcome the challenges presented?3. How will you know if your robot successfully meets its goals? What tests will…arrow_forward
- Nonearrow_forwardGiven a boolean expression consisting of the symbols 0 (false), 1 (true), & (AND), I (OR), and /\ (XOR), and a desired boolean result value result, implement a function to count the number of ways of parenthesizing the expression such that it evaluates to result. The expression should be fully parenthesized (e.g., ( 0) A( 1)) but not extraneously (e.g., ( ( ( 0)) /\ ( 1)) ). EXAMPLE countEval("l/\01011", false) -> 2 countEval("0&0&0&1All0", true)-> 10arrow_forwardPEARHEAEGANEHNA 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 let x = "me"; let y = 3; let z = myFun (x, y) alert(z); z=plusOne(plusOne (y)); alert(x); function myFun (a,b){ alert (b); moreFun(); return b* a. length; } fucntion moreFun () { } alert(y); function plusOne (c) return c + 1arrow_forward
- Consider two traffic lights in a junction that each one has a 7-segment display to show the remaining time. The traffic lights are working as follows: State1: Traffic light 1=GREEN Traffic light 2=RED for 10 seconds,State2: Traffic light 1=YELLOW Traffic light 2=YELLOW for 2 seconds,State3: Traffic light 1=RED Traffic light 2=GREEN for 6 seconds,GOTO State1 During each step, the amount of remaining time should be displayed on the 7-segment and it should be updated every one second. For example in State 1, the display shows 9, then after a second it shows 8, and ... finally, it shows 0 for one second, and the control moves to State 2Write an 8051 assembly program according to the Edsim51 configuration, LED 0, LED1 and LED 2 construct the first traffic light, and LED 3, LED 4, and LED 5 can be used for the 2nd traffic light. Assume that the lookup table for 7segment exists on memory at address 0F00harrow_forwardConsider the statements below and choose the corect option T: Mathematical functions are used to draw an image in random scan system. Il: Screen points/pixels are used to draw an image in raster scan system. Both are false I is false and II is true I is true and Il is false Both are truearrow_forwardLimurians live on the planet Lemuria where the passage of time is measured in lims (days), limhas (weeks),limahas (months) and limaals (years), where each limha (week) has 5 lims (days), and each limaha (month) has3 limhas (weeks) and each limaal (year) has 10 limahas (months).Given the name of a Limurian and the number of lims (days) the Limurian has lived on the planet, write aPython program to compute and print the Limurian’s age in limaals (years), limahas (months), limas (weeks)and lims (days).Call the file containing your program limurian_age.py.Sample input (shown in bold blue) and output from the program is as follows:Please enter Limurian's name: LimardPlease enter the number of lims that the Limurian has lived for: 3547Limurian Limard is 23 limaal(s), 6 limaha(s), 1 limha(s), and 2 lim(s)old.arrow_forward
- Computer Networking: A Top-Down Approach (7th Edi...Computer EngineeringISBN:9780133594140Author:James Kurose, Keith RossPublisher:PEARSONComputer Organization and Design MIPS Edition, Fi...Computer EngineeringISBN:9780124077263Author:David A. Patterson, John L. HennessyPublisher:Elsevier ScienceNetwork+ Guide to Networks (MindTap Course List)Computer EngineeringISBN:9781337569330Author:Jill West, Tamara Dean, Jean AndrewsPublisher:Cengage Learning
- Concepts of Database ManagementComputer EngineeringISBN:9781337093422Author:Joy L. Starks, Philip J. Pratt, Mary Z. LastPublisher:Cengage LearningPrelude to ProgrammingComputer EngineeringISBN:9780133750423Author:VENIT, StewartPublisher:Pearson EducationSc Business Data Communications and Networking, T...Computer EngineeringISBN:9781119368830Author:FITZGERALDPublisher:WILEY





