T
T
thearthurio2016-12-14 04:29:32
Programming
thearthurio, 2016-12-14 04:29:32

How to formulate in a simple and understandable language one moment from the TK?

At the moment I am compiling a technical task for the company's programmers to implement one necessary program. Its essence is as follows:
There is an n-storey building, each of which has a certain percentage of the total work per shift. For its implementation, there are employees who have certain performance indicators that have already developed over time (that is, each employee has indicators and a certain place in the rating). To optimize the work performed, it makes sense each time to calculate the most suitable group of employees who will quickly cope with the task and only then, during the shift, carry out transfers, according to the proposals of this very program.
So the question is this - how to describe this model in the right language for a programmer, so as not to run into misunderstanding. After all, one cannot come up with a specific formula, but the system must be borrowed from computer chess, where different combinations are considered and, after comparison, the best one is selected.
I hope someone understands what I mean, I apologize in advance for the confusion of the above words!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
X
xmoonlight, 2016-12-14
@xmoonlight

and the system must be borrowed from computer chess, where different combinations are considered and, after comparison, the best one is selected.
About chess - I liked it the most)
After all, you can’t come up with a specific formula
Well, I would not rush to say so)
Everything described is the task of resource allocation .

P
Puma Thailand, 2016-12-14
@opium

Better math formulas

E
evgeniy_lm, 2016-12-14
@evgeniy_lm

The designer of TK for software development should consider the program being developed as a kind of mathematical function. Those. it is necessary to describe the input data as arguments of the function, and the output data as the result obtained by some mathematical and logical transformations.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question