Essays about: "Heuristic function"

Showing result 1 - 5 of 41 essays containing the words Heuristic function.

  1. 1. Analyzing a Knowledge Management System and its Issues Regarding the Motivation to Participate Through Workflow Maps

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Caroline Yu; [2023]
    Keywords : Information system; Knowledge management system; mapping; pre-visualization; workflow; decision support;

    Abstract : Knowledge is the heart of how organizations function. It holds the records of previous experiences, failures, and successes. With this knowledge, organizations can predict decisions that will lead to a higher success rate for their business. To keep this knowledge protected and easy to reach, knowledge management systems were created to manage it. READ MORE

  2. 2. Machine Learning-Based Instruction Scheduling for a DSP Architecture Compiler : Instruction Scheduling using Deep Reinforcement Learning and Graph Convolutional Networks

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Lucas Alava Peña; [2023]
    Keywords : Instruction Scheduling; Deep reinforcement Learning; Compilers; Graph Convolutional Networks; Schemaläggning av instruktioner; Deep Reinforcement Learning; kompilatorer; grafkonvolutionella nätverk;

    Abstract : Instruction Scheduling is a back-end compiler optimisation technique that can provide significant performance gains. It refers to ordering instructions in a particular order to reduce latency for processors with instruction-level parallelism. READ MORE

  3. 3. Most efficient Inverse Kinematics algorithm for Quadruped models : Comparing FABRIK to CCD

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Matilda Richardsson; [2022]
    Keywords : Inverse Kinematics; FABRIK; CCD; Quadrupeds; Computer Graphics;

    Abstract : This paper compares the two heuristic inverse kinematics methods: Forward And Backward Reaching Inverse Kinematics (FABRIK) and Cyclic Coordinate Descent (CCD) in the use cases concerning quadruped models. Unoptimised versions of the two algorithms were implemented into a game engine and evaluated on a quadruped model. READ MORE

  4. 4. The Atlas of Two Women: A Methodological Exploration for Seeing and Interpreting the Symptomatic Visual Motif

    University essay from Lunds universitet/Avdelningen för konsthistoria och visuella studier

    Author : Tatuli Japoshvili; [2022]
    Keywords : two women; female subjectivity; Irigaray; Benjamin; Warburg; Didi-Huberman; Arts and Architecture; Philosophy and Religion; Cultural Sciences;

    Abstract : This thesis explores the under-recognised yet symptomatic visual motif of two women, a recurring theme within a vast array of pictorial examples. Its primary objective is to construct a theoretical and methodological framework capable of comprehending the multiplicity of images in the form of an image collection: The Atlas of Two Women. READ MORE

  5. 5. Performance-Aware Code Size Optimization of Generic Functions through Automatic Implementation of Dynamic Dispatch

    University essay from Linköpings universitet/Programvara och system

    Author : Ivar Härnqvist; [2022]
    Keywords : Compiler technology; Programming language design; Performance; Code size optimization; Generic programming; Polymorphism; Dynamic dispatch; Type erasure; Monomorphization; Templates; C ; Kompilatorteknik; Programspråksdesign; Prestanda; Kodstorleksoptimering; Generisk programmering; Polymorfism; Dynamic dispatch; Typradering; Monomorfisering; Templates; C ;

    Abstract : Monomorphization and dynamic dispatch are two common techniques for implementing polymorphism in statically typed programming languages. Function templates in C++ use the former technique to enable algorithms written as generic functions to be efficiently reused with multiple different data types by producing a separate function instantiation for each invocation that uses a unique permutation of argument types. READ MORE