written assignment - перевод на Английский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

written assignment - перевод на Английский

COMBINATORIAL OPTIMIZATION PROBLEM
Linear assignment problem; Unbalanced assignment problem; Credit assignment problem

written assignment      
(n.) = trabajo de clase
Ex: Some 25% of students admitted to cheating in examinations and 50% to one or more instances of cheating on written assignments the past year.
Assignment         
WIKIMEDIA DISAMBIGUATION PAGE
Assign; The Assignment; Assignment (disambiguation); Assignments; The Assignment (film)
Cesión
Las opciones son ejercidas a través de la opción de compra del operador, quien notifica a la Cámara de compensaciones del ejercicio de la opción. Luego, la Cámara de compensaciones notifica la opción vendedora que el comprador ha ejercido. Cuando las opciones a futuro son ejercidas, al comprador de una opción de compra se le es asignado un contrato de futuros largo, y el vendedor recibe el correspondiente short (acciones o productos que faltan para cumplir una obligación). Por el contrario, al comprador de una acción de venta se le es asignado un contrato de futuros corto sobre ejecución, mientras el vendedor recibe el correspondiente long (valores por vender).
assign         
WIKIMEDIA DISAMBIGUATION PAGE
Assign; The Assignment; Assignment (disambiguation); Assignments; The Assignment (film)
asignar

Определение

assignment
n.
task
mission
1) to give smb. an assignment
2) to carry out an assignment (the ambassador carried out her assignment brilliantly)
3) a dangerous; difficult, rough, tough; easy assignment
4) an overseas; rush; special assignment
5) an assignment to + inf. (an assignment to guard the president)
6) on assignment ('on a mission') (the correspondent was on assignment in the Far East)
homework
(esp. AE)
7) to give, hand out an assignment
8) to do; hand in an assignment (the pupils did their assignment)
9) a difficult; easy assignment
appointment
(esp. AE)
10) an assignment to (an assignment to a new job)

Википедия

Assignment problem

The assignment problem is a fundamental combinatorial optimization problem. In its most general form, the problem is as follows:

The problem instance has a number of agents and a number of tasks. Any agent can be assigned to perform any task, incurring some cost that may vary depending on the agent-task assignment. It is required to perform as many tasks as possible by assigning at most one agent to each task and at most one task to each agent, in such a way that the total cost of the assignment is minimized.

Alternatively, describing the problem using graph theory:

The assignment problem consists of finding, in a weighted bipartite graph, a matching of a given size, in which the sum of weights of the edges is minimum.

If the numbers of agents and tasks are equal, then the problem is called balanced assignment. Otherwise, it is called unbalanced assignment. If the total cost of the assignment for all tasks is equal to the sum of the costs for each agent (or the sum of the costs for each task, which is the same thing in this case), then the problem is called linear assignment. Commonly, when speaking of the assignment problem without any additional qualification, then the linear balanced assignment problem is meant.