Question

what happens when the fitness function in a genetic algorithm is giving worse solutions a better...

what happens when the fitness function in a genetic algorithm is giving worse solutions a better fitness value than solutions that are better in the search space? Should I try using different fitness functions or multiple fitness functions?

Homework Answers

Answer #1

As we know, the choice of a good fitness function is very important in order to guide the GA towards the optimum solution.

But there is no fitness function suitable for all types of problems. Every problem uses it's very own fitness function, either a pre-defined fitness function or human-designed fitness function.

Error based measures and entropy-based measure are often used as fitness functions in classification problems.

An unrefined model of a given function (under investigation) is used for calculating fitness in optimization problems.

Dynamic Fitness functions are used quite often. A dynamic fitness function changes during the evaluation to explore search space in a better fashion.

So you should choose a fitness function which is suitable for your problem type to start with.

Let me know the type of problem you are dealing with in comment section.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Here’s how economists think about “consumer welfare,” or what makes an individual better or worse off.    Suppose...
Here’s how economists think about “consumer welfare,” or what makes an individual better or worse off.    Suppose A and B are two markets baskets.  Then if  --35-- , we would say that the individual is better off with A.  This approach to defining welfare is referred to as  --36-- The way in which economists think about welfare makes it impossible to figure out whether or not a change in consumption increases (or decreases) a person’s welfare.  True or false. --37-- . Why is that?  --38-- A person’s...
What is the profitability index? Why is this better than the net present value method when...
What is the profitability index? Why is this better than the net present value method when you’re trying to compare investments of different sizes?
Explain what happens when the pulse with is not much less than the circuit time constant....
Explain what happens when the pulse with is not much less than the circuit time constant. Determine how long it will take for the DC offset seen in the output to reach its final value. What complications would you anticipate when using this type of circuit to drive a low impedance clock input?
CASE: Advertising Experiments at RestaurantGrades Shirley A. Critic is the founder of RestaurantGrades (RG), a restaurant...
CASE: Advertising Experiments at RestaurantGrades Shirley A. Critic is the founder of RestaurantGrades (RG), a restaurant review platform (similar to Yelp or TripAdvisor) with an impressive stock of online reviews written by ordinary restaurant-goers.Shirley is happy with the company’s growth and position in the industry, and has compelling evidence that RG reviews have an important influence on the restaurant choices people make. However, doubts have been raised about the efficacy of the company’s main source of revenue—selling ads to restaurants....
WHAT HAPPENS WHEN YOU BARTER WITH STOCK? Does It Matter Whether It’s Treasury Stock or Newly...
WHAT HAPPENS WHEN YOU BARTER WITH STOCK? Does It Matter Whether It’s Treasury Stock or Newly Issued Stock? Clyde:              I acquired this land for my business by issuing stock. I did not pay a penny. Since it’s my stock, and I decided how much to give up for the land, does that mean I get to determine the value of the land on my balance sheet? Fredrika:         You could have issued the stock to somebody else, taken the cash received,...
A survey indicates that you should always try to negotiate for a better deal when shopping...
A survey indicates that you should always try to negotiate for a better deal when shopping or paying for services. In fact, based on this survey, 32% of the people under the age of 34 were more likely to "haggle," compared to only 4% of those aged 65 and older. Suppose that this survey included 76 people under the age of 34 and 55 people who are 65 or older. (a) What are the values of p̂under 34 and p̂65...
CAN YOU PLEASE WRITE THIS CODE IN A DIFFERENT WAY 'EASIER AND BETTER' QUESTION Using C++...
CAN YOU PLEASE WRITE THIS CODE IN A DIFFERENT WAY 'EASIER AND BETTER' QUESTION Using C++ 11. Write a function that will merge the contents of two sorted (ascending order) arrays of type double values, storing the result in an array out- put parameter (still in ascending order). The function shouldn’t assume that both its input parameter arrays are the same length but can assume First array 04 Second array Result array that one array doesn’t contain two copies of...
Suppose Hannah is strictly risk averse with a utility function u over monetary amounts (y): u(y)=y​^(1/2)...
Suppose Hannah is strictly risk averse with a utility function u over monetary amounts (y): u(y)=y​^(1/2) Hannah is facing a risky situation: Either nothing happens to her wealth of $576 with probability 3/4 or she losses everything (so ends up with $0) with probability 1/4. Question 1 What is the expected payoff that Hannah is facing? Provide the numerical value. Numeric Answer: Question 2 What is Hannah's expected utility in this gamble? Provide the numerical value. Numeric Answer: Question 3...
What Happens When Hospitals Run out of Ventilators and Other Emergency Rescue Equipment? Patricia Benner, R.N.,...
What Happens When Hospitals Run out of Ventilators and Other Emergency Rescue Equipment? Patricia Benner, R.N., Ph.D., FAAN April 7, 2020 Our overwhelmed, or soon to be overwhelmed hospitals, face rationing precious life-saving equipment, such as ventilators. Our national lack of preparedness for a global pandemic will, in the near future, force local physicians and nurses to ration ventilators and oxygen delivery equipment, for patients and Personal Protective Equipment (PPE) for caregivers. How do health care providers make decisions about...
write a code in python Write the following functions below based on their comments. Note Pass...
write a code in python Write the following functions below based on their comments. Note Pass is a key word you can use to have a function the does not do anything. You are only allowed to use what was discussed in the lectures, labs and assignments, and there is no need to import any libraries. #!/usr/bin/python3 #(1 Mark) This function will take in a string of digits and check to see if all the digits in the string are...