Questions tagged [objective-function]

An objective function is either a loss function or its negative (sometimes called a reward function, a profit function, a utility function, a fitness function, etc.), in which case it is to be maximized.

78 questions
-1
votes
1 answer

Weight assignment to define an objective function

I have a set of jobs with execution times (C1,C2...Cn) and deadlines (D1,D2,...Dn). Each job will complete its execution in some time, i.e, response time (R1,R2,....Rn). However, there is a possibility that not every job will complete its execution…
-1
votes
1 answer

Keras: custom objective function, where to put the derivative

I am trying to modify a bit the loss function of my convent and I have some questions from the implementation side. I already know how to create a custom loss function in Keras, and how to call it. But I still do not have clear where to include the…
1 2 3 4 5
6