Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Mean free path and Mean free time01:22

Mean free path and Mean free time

5.3K
Consider the gas molecules in a cylinder. They move in a random motion as they collide with each other and change speed and direction. The average of all the path lengths between collisions is known as the "mean free path."
5.3K
Path Between Thermodynamics States01:21

Path Between Thermodynamics States

4.1K
Consider the two thermodynamic processes involving an ideal gas that are represented by paths AC and ABC in Figure 1:
4.1K
Interference: Path Lengths01:10

Interference: Path Lengths

2.2K
Consider two sources of sound, that may or may not be in phase, emitting waves at a single frequency, and consider the frequencies to be the same.
Two special sources may be considered when they are in phase. This can be easily achieved by feeding the two sources from the same source. An example would be synchronizing the two speakers by feeding them with the same source, such as the sound waves produced by a tuning fork. This setup ensures that the two sources have the same frequency and are...
2.2K
Ogive Graph01:07

Ogive Graph

6.8K
An ogive graph is sometimes called a cumulative frequency polygon. It is one type of frequency polygon that shows cumulative frequency. In other words, the cumulative percentages are added to the graph from left to right. An ogive graph plots cumulative frequency on the vertical y-axis and class boundaries along the horizontal x-axis. It’s very similar to a histogram; only instead of rectangles, an ogive displays a single point where the top right of the rectangle would be. Creating this...
6.8K
Graphing Antiderivatives01:30

Graphing Antiderivatives

76
The concept of an antiderivative is fundamental in calculus, describing how a function's values accumulate over time. This process is closely related to physical motion, such as the movement of a rolling ball. As the ball progresses, its position changes in response to variations in velocity, just as an antiderivative graph reflects the cumulative effect of the original function's values.Graphing an antiderivative requires interpreting how a function's values influence the shape of its...
76
Graphs of Functions01:30

Graphs of Functions

354
Graphs of functions provide a visual representation of how output values change in response to varying inputs. Each point on the graph corresponds to an ordered pair, where the x-coordinate (independent variable) determines the horizontal position and the y-coordinate (dependent variable) determines the vertical position. Linear functions like y = x give a straight line, indicating a constant rate of change.Nonlinear functions display more complex behaviors. Even power functions generate...
354

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Graph drawing using Jaya.

PloS one·2023
Same author

What have we learned?

eLife·2021
Same author

Euler diagrams drawn with ellipses area-proportionally (Edeap).

BMC bioinformatics·2021
Same author

Unlock ways to share data on peer review.

Nature·2020
Same author

The efficacy of Euler diagrams and linear diagrams for visualizing set cardinality using proportions and numbers.

PloS one·2019
Same author

Publishing peer review materials.

F1000Research·2018
Same journal

Characterization of genomic diversity in bacteriophages infecting Rhodococcus.

PloS one·2026
Same journal

Effectiveness of the Responding to Experienced and Anticipated Discrimination (READ) training on reducing stigma for medical students in Tunisia.

PloS one·2026
Same journal

Cell-cell junction gene signatures as subtype-specific prognostic biomarkers in breast cancer.

PloS one·2026
Same journal

GC-MS based tentative identification of γ-sitosterol from Brassica nigra seeds and evaluation of its anticancer potential: An integrated in vitro and in silico study.

PloS one·2026
Same journal

Ad-based social media interventions increase belief accuracy and generate pro-social opinions among non-news readers.

PloS one·2026
Same journal

Negotiating knowledge: The role of network hedging in the production of high-impact science.

PloS one·2026
See all related articles

Related Experiment Video

Updated: Feb 10, 2026

Author Spotlight: Exploring Behavioral Pathways Through Cross-Species Insights in Foraging and Communication
03:53

Author Spotlight: Exploring Behavioral Pathways Through Cross-Species Insights in Foraging and Communication

Published on: November 17, 2023

1.6K

Graph drawing using tabu search coupled with path relinking.

Fadi K Dib1,2, Peter Rodgers1

  • 1School of Computing, University of Kent, Canterbury, Kent, United Kingdom.

Plos One
|May 11, 2018
PubMed
Summary
This summary is machine-generated.

This study introduces a new graph drawing method using tabu search and path relinking. The novel approach optimizes multi-criteria graph layouts, outperforming existing methods in both layout quality and speed.

More Related Videos

Foraging Path-length Protocol for Drosophila melanogaster Larvae
07:26

Foraging Path-length Protocol for Drosophila melanogaster Larvae

Published on: April 23, 2016

9.9K
Group Synchronization During Collaborative Drawing Using Functional Near-Infrared Spectroscopy
07:53

Group Synchronization During Collaborative Drawing Using Functional Near-Infrared Spectroscopy

Published on: August 5, 2022

2.5K

Related Experiment Videos

Last Updated: Feb 10, 2026

Author Spotlight: Exploring Behavioral Pathways Through Cross-Species Insights in Foraging and Communication
03:53

Author Spotlight: Exploring Behavioral Pathways Through Cross-Species Insights in Foraging and Communication

Published on: November 17, 2023

1.6K
Foraging Path-length Protocol for Drosophila melanogaster Larvae
07:26

Foraging Path-length Protocol for Drosophila melanogaster Larvae

Published on: April 23, 2016

9.9K
Group Synchronization During Collaborative Drawing Using Functional Near-Infrared Spectroscopy
07:53

Group Synchronization During Collaborative Drawing Using Functional Near-Infrared Spectroscopy

Published on: August 5, 2022

2.5K

Area of Science:

  • Computer Science
  • Artificial Intelligence
  • Graph Theory

Background:

  • Graph drawing is a complex problem with various search-based optimization methods.
  • Existing methods often rely on weighted sums of multiple criteria for objective functions.
  • Previous research has not extensively explored tabu search and path relinking for general multi-criteria graph drawing.

Purpose of the Study:

  • To propose and evaluate a novel neighborhood search method for graph drawing.
  • To optimize general graph layouts with undirected straight lines using multi-criteria objective functions.
  • To compare the proposed method against hill climbing and simulated annealing.

Main Methods:

  • A new neighborhood search method combining tabu search and path relinking.
  • Tabu search utilizes a memory list to avoid revisiting solutions.
  • Path relinking generates new solutions by exploring paths between high-quality solutions, integrated periodically into the tabu search.

Main Results:

  • The proposed method produced superior graph layouts compared to hill climbing and simulated annealing.
  • The new method achieved better layouts using fewer evaluated solutions, indicating improved speed.
  • The approach demonstrated greater scalability, successfully laying out larger graphs than state-of-the-art methods.

Conclusions:

  • The novel tabu search coupled with path relinking method is effective for multi-criteria graph drawing.
  • This approach offers significant improvements in layout quality, speed, and scalability over existing techniques.
  • The method's efficacy is validated on both random and real-world graph datasets.