project-navigation
Personal tools

Author Topic: Medical staff  (Read 12587 times)

Offline Edi

  • Squad Leader
  • ****
  • Posts: 296
    • View Profile
Re: Medical staff
« Reply #30 on: June 07, 2010, 09:17:11 am »
I'm sure you could think up a thousand different ways of tinkering with the research system, but as you said, UFO:AI is a tactical combat game.

I find myself often assigning scientists to up to three projects simultaneously just to get a headstart on something while not needing the higher priority thing quite that urgently. Though I do like the idea of diminishing returns after a certain point.

If it could be implemented into the research system by adding an attribute to each research item like Diminishing returns (nbr of scientists) after which the effectiveness of each scientist beyond the limit diminishes by some fairly brutal formula. Naturally if you kept the number hidden, it would add an element of uncertainty (at least up until people go poke inside the code, but that's a different matter).

Offline homunculus

  • Sergeant
  • *****
  • Posts: 387
    • View Profile
Re: Medical staff
« Reply #31 on: June 07, 2010, 06:35:56 pm »
i have thought about it in the past, and at some point i assumed that there are, say, 5 puzzles related to one research topic, that each researching scientist has an independent probability of solving (no collaboration), and did a little calculation.
if i remember correctly, the resulting formula was of the type

researchSpeed = numberOfScientists / (const + numberOfScientsis).

a fairly common formula in chemistry, physics, biology, etc.
i do not remember how i derived it from the probabilities, though.

say, if const=50, then
10 scientists at the same project would work at the efficiency of 8.5 scientists each on separate project,
50 would work liike 25.5
and 100 would work like 34.

[...]If it could be implemented into the research system by adding an attribute to each research item like Diminishing returns (nbr of scientists) after which the effectiveness of each scientist beyond the limit diminishes by some fairly brutal formula. Naturally if you kept the number hidden, it would add an element of uncertainty (at least up until people go poke inside the code[...]
i would not suggest to keep the number hidden, because then there would be privileged people who have read the spoilers.
i would rather suggest to display the resulting efficiency of the research as a number in the gui.

[...]I find myself often assigning scientists to up to three projects simultaneously just to get a headstart on something while not needing the higher priority thing quite that urgently.[...]
when you give it some thought, you might as well assign them all to same project and get to use the results of that project while you research the next project : )

Offline Edi

  • Squad Leader
  • ****
  • Posts: 296
    • View Profile
Re: Medical staff
« Reply #32 on: June 08, 2010, 08:27:35 am »
when you give it some thought, you might as well assign them all to same project and get to use the results of that project while you research the next project : )
That depends on what is being researched and how soon the other project will reap rewards. If the other project is something that will only open up something later when combined with other research, doing a shorter project on the side may get immediately useful results even as the long term goal is being pursued.