0

This is my first effort about AI/ML.

I have the following problem given by my teacher,

Design a simple genetic algorithm in MATLAB, with binary-coded chromosomes, in order to solve pattern finding problem in 16-bit strings.

The objective function is given by the following formula:

F(x) = NoS("010") + 2NoS("0110") + 3NoS("01110") + 4NoS("011110") + 5NoS("0111110") + 6NoS("01111110") + 7NoS("011111110") + 6NoS("0111111110") + 5NoS("01111111110") + 4NoS("011111111110") + 3NoS("0111111111110") + 2NoS("01111111111110") + NoS("011111111111110")

I couldn't understand the formula.

What does it mean by Nos?

What operations are they performing on those binary strings?

What is F(x)?

2
  • Nos is probably: nitric oxide synthase Commented Dec 2, 2016 at 1:19
  • @marcan2020, what does that mean? Commented Dec 2, 2016 at 1:20

1 Answer 1

1

From what I can read, the NoS are Nitric oxide synthase like NoS1 or NoS2. They are some genes of different species.

These are probably referring to minimize functions: https://www.mathworks.com/help/gads/examples/coding-and-minimizing-a-fitness-function-using-the-genetic-algorithm.html

I hope I'm helping.

Sign up to request clarification or add additional context in comments.

1 Comment

What operations are they performing on those binary strings?

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.