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...
Develop a python program to find the different solutions, i.e. zero crossings, of a polynomial function...
Develop a python program to find the different solutions, i.e. zero crossings, of a polynomial function using Newton-Raphson’s method over a given range. To do this we will develop three functions: the first should be a function to evaluate the polynomial at a given value of the independent variable; the second function would evaluate the derivative of the polynomial at a given value of the independent variable; finally, the third function would implement Newton-Raphson’s (NR) method to determine a zero...
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?
This is an intro to Java question. Please include pseudo code for better understanding. I am...
This is an intro to Java question. Please include pseudo code for better understanding. I am hoping to use this to do some reviewing. We are mainly focusing on input and output declarations and invoking API methods. Problem 6: Log It (10 points) Use API (Data Structure Algorithms) High-Low is a simple number guessing game where one player thinks of a random integer number between 0 to some maximum value and another player attempts to guess that number. With each...
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?
You are hired to design a database for a fitness center. As the fitness center is...
You are hired to design a database for a fitness center. As the fitness center is expanding with more than one branch, they want to create a database to keep track of its customers, facilities and employees. Each branch has a unique id and address (building number, street, district, and city). A branch may have more than one facility (e.g. swimming pool, spa, etc.). Each facility must belong to only one branch, and the information for a facility is name...
Explain what happens when two Transmitters transmit to two different Receivers, whereby the two receivers are...
Explain what happens when two Transmitters transmit to two different Receivers, whereby the two receivers are within range of both transmitters (i.e. would the two transmissions be successfully received or not? Why?). Assume that the two transmitters are within range of each other. Answer the above for the following two cases: i. One of the transmitters uses the same frequency channel to transmit, using CSMA, while the other is transmitting. ii. The two nodes use the same frequency channel to...
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...