Tag: optimization
argmax: Reasoning Backward from the Future The fundamental mathematical principle behind all of machine learning (and optimization) is the following formula: arg_max_{x∈X} F(x) It means: among all possible inputs …
The Dynamic Programming DP is one of the most-used approach to solve problems that satisfy the overlapping sub-problems and the optimal substructures. The simplest example is to compute Fibonacci …
October 14, 2013
16 bit, assembly language, DOS, DOSBOX, I/O File, implementation, MSDOS 16-bit, optimization, programming languages, windows command shell
In , we talk about the DOSBox, an x86 emulator for DOS that can bring us back the memory of DOS programs. And we also talk about the .COM …
This article will compare the floating point performance based on the following piece of Pascal code, between the Delphi 2007 and XE3 to see the difference at different configurations …
The Delphi has been out of the mainstream programming languages for a while. It is not because it is not good. There are many reasons that it is not …