python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Setting constraints with variables as exponents in PySCIPOpt
I want to solve an MINLP problem with SCIP in Python and therefore use PySCIPOpt.
I already introduced the variables, the objective function, and set the constraints (as far as it was possible, given ...
LukPau
Votes: 0
Answers: 1
derive exponential function using log() in C
I am trying to derive exponential function using logarithms. I know from below equation
log(22026.4657948067), is 10
and
exp(10) is 22026.4657948067
I would like to understand the basic math behind ex...
Coder
Votes: 0
Answers: 2
Implementation of NumPy exponential function
I'm trying to perform an evaluation of total floating-point operations (FLOPs) of a neural network.
My problem is the following. I'm using a sigmoid function. My question is how to eval the FLOPs of t...

boubasse
Votes: 0
Answers: 1